Skip to content

Commit

Permalink
Update Tomcat to the latest version (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-adam authored Jul 11, 2024
1 parent f89fe9f commit 2008c6b
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.19
apacheTomcatVersion=10.1.25

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

springBootVersion=3.2.3
springBootVersion=3.2.7
# This usually matches the Tomcat version dictated by springBootVersion
# Also, keep this in sync with apacheTomcatVersion above
springBootTomcatVersion=10.1.19
springBootTomcatVersion=10.1.25

springVersion=6.1.6
springVersion=6.1.10

sqliteJdbcVersion=3.45.1.0

Expand Down

0 comments on commit 2008c6b

Please sign in to comment.