Skip to content

Commit

Permalink
bump spring and tomcat versions for CVE-2024-38819, CVE-2024-38820
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-willm committed Oct 28, 2024
1 parent 06c79b5 commit 386d6ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ apacheDirectoryVersion=2.1.3
apacheMinaVersion=2.2.1

# Keep in sync with springBootTomcatVersion below
apacheTomcatVersion=10.1.30
apacheTomcatVersion=10.1.31

# (mothership) -> json-path -> json-smart -> accessor-smart
# (core) -> graalvm
Expand Down Expand Up @@ -286,12 +286,12 @@ slf4jLog4jApiVersion=2.0.12
# This is a dependency for HTSJDK. Force version for CVE-2023-43642
snappyJavaVersion=1.1.10.5

springBootVersion=3.3.4
springBootVersion=3.3.5
# This usually matches the Tomcat version dictated by springBootVersion
# Also, keep this in sync with apacheTomcatVersion above
springBootTomcatVersion=10.1.30
springBootTomcatVersion=10.1.31
# This usually matches the Spring Framework version dictated by springBootVersion
springVersion=6.1.13
springVersion=6.1.14

sqliteJdbcVersion=3.46.0.0

Expand Down

0 comments on commit 386d6ab

Please # to comment.