Skip to content

Commit

Permalink
Update dependencies: spring-boot and tomcat (#932)
Browse files Browse the repository at this point in the history
Update `springBootVersion`, `apacheTomcatVersion`, and `springVersion`
  • Loading branch information
labkey-tchad authored Nov 23, 2024
1 parent aec0270 commit 76738e3
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

# 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 @@ -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 76738e3

Please sign in to comment.