Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ buildFromSource=true

# The default version for LabKey artifacts that are built or that we depend on.
# override in an individual module's gradle.properties file as necessary
labkeyVersion=25.3.1
labkeyVersion=25.3.2
labkeyClientApiVersion=6.2.0

# Version numbers for the various binary artifacts that are included when
Expand Down
3 changes: 3 additions & 0 deletions server/embedded/src/main/resources/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,9 @@ account managers so that we can coordinate edits with other customized copies of
<!-- Suppress EHCache "maxElementsInMemory of 0" warnings, Issue 49593 -->
<Logger name="net.sf.ehcache.config.CacheConfiguration" level="error"/>

<!-- Suppress POI's PackageRelationshipCollection's "Cannot convert {} in a valid relationship URI" URISyntaxExceptions, Issue 51960 -->
<Logger name="org.apache.poi.openxml4j.opc.PackageRelationshipCollection" level="fatal"/>

<!-- this is a very verbose logger for security/permissions checking -->
<!--
<Logger name="org.labkey.api.security.SecurityManager" level="debug"/>
Expand Down