Skip to content

Commit

Permalink
CVE-2023-46589: Update tomcat (and spring) versions
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-susanh committed Nov 30, 2023
1 parent 3c58299 commit 002ed65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ apacheDirectoryVersion=2.1.3
apacheMinaVersion=2.2.1

# Keep in sync with springBootTomcatVersion below
apacheTomcatVersion=9.0.82
apacheTomcatVersion=9.0.83

# (mothership) -> json-path -> json-smart -> accessor-smart
# (core) -> graalvm
Expand Down Expand Up @@ -276,10 +276,10 @@ slf4jLog4jApiVersion=2.0.7
# This is a dependency for HTSJDK. Force to avoid a deserialization problem. Remove once HTSJDK bumps its preferred version
snappyJavaVersion=1.1.10.4

springBootVersion=2.7.17
springBootVersion=2.7.18
# This MUST match the Tomcat version dictated by springBootVersion
# Also, keep this in sync with apacheTomcatVersion above
springBootTomcatVersion=9.0.82
springBootTomcatVersion=9.0.83

springVersion=5.3.28

Expand Down

0 comments on commit 002ed65

Please sign in to comment.