Skip to content

Commit 76738e3

Browse files
authored
Update dependencies: spring-boot and tomcat (#932)
Update `springBootVersion`, `apacheTomcatVersion`, and `springVersion`
1 parent aec0270 commit 76738e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ apacheDirectoryVersion=2.1.3
100100
apacheMinaVersion=2.2.1
101101

102102
# Usually matches the version specified as a Spring Boot dependency (see springBootVersion below)
103-
apacheTomcatVersion=10.1.31
103+
apacheTomcatVersion=10.1.33
104104

105105
# (mothership) -> json-path -> json-smart -> accessor-smart
106106
# (core) -> graalvm
@@ -288,9 +288,9 @@ slf4jLog4jApiVersion=2.0.16
288288
snappyJavaVersion=1.1.10.7
289289

290290
# Also, update apacheTomcatVersion above to match Spring Boot's Tomcat dependency version
291-
springBootVersion=3.3.5
291+
springBootVersion=3.3.6
292292
# This usually matches the Spring Framework version dictated by springBootVersion
293-
springVersion=6.1.14
293+
springVersion=6.1.15
294294

295295
sqliteJdbcVersion=3.47.0.0
296296

0 commit comments

Comments
 (0)