Skip to content

Commit

Permalink
Update Spring Boot (2.7.16) and Tomcat (9.0.80) (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-tchad authored Sep 21, 2023
1 parent 375b8d1 commit 9b139d6
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.76
apacheTomcatVersion=9.0.80

# (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.1

springBootVersion=2.7.13
springBootVersion=2.7.16
# This MUST match the Tomcat version dictated by springBootVersion
# Also, keep this in sync with apacheTomcatVersion above
springBootTomcatVersion=9.0.76
springBootTomcatVersion=9.0.80

springVersion=5.3.28

Expand Down

0 comments on commit 9b139d6

Please sign in to comment.