Skip to content

Commit

Permalink
Update labkeyVersion to 24.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-teamcity committed Nov 26, 2024
2 parents 32c14cf + 76738e3 commit 5c249f4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions dependencyCheckSuppression.xml
Original file line number Diff line number Diff line change
Expand Up @@ -369,5 +369,14 @@
</suppress>
<!-- end of glassfish false positive suppressions -->

<!-- False positive. Only 5.3.0 - 5.3.41 are affected:
https://spring.io/security/cve-2024-38828 -->
<suppress>
<notes><![CDATA[
file name: spring-web-6.1.14.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.springframework/spring-web@.*$</packageUrl>
<vulnerabilityName>CVE-2024-38828</vulnerabilityName>
</suppress>
</suppressions>

10 changes: 5 additions & 5 deletions 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=24.11.0
labkeyVersion=24.11.1
labkeyClientApiVersion=6.2.0

# Version numbers for the various binary artifacts that are included when
Expand Down Expand Up @@ -100,7 +100,7 @@ apacheDirectoryVersion=2.1.3
apacheMinaVersion=2.2.1

# Usually matches the version specified as a Spring Boot dependency (see springBootVersion below)
apacheTomcatVersion=10.1.31
apacheTomcatVersion=10.1.33

# (mothership) -> json-path -> json-smart -> accessor-smart
# (core) -> graalvm
Expand Down Expand Up @@ -246,7 +246,7 @@ mssqlJdbcVersion=12.8.1.jre11
mysqlDriverVersion=9.1.0

# forced compatibility between docker and UserReg-WS
nettyVersion=4.1.114.Final
nettyVersion=4.1.115.Final

objenesisVersion=1.0

Expand Down Expand Up @@ -288,9 +288,9 @@ slf4jLog4jApiVersion=2.0.16
snappyJavaVersion=1.1.10.7

# Also, update apacheTomcatVersion above to match Spring Boot's Tomcat dependency version
springBootVersion=3.3.5
springBootVersion=3.3.6
# This usually matches the Spring Framework version dictated by springBootVersion
springVersion=6.1.14
springVersion=6.1.15

sqliteJdbcVersion=3.47.0.0

Expand Down

0 comments on commit 5c249f4

Please sign in to comment.