Skip to content

Commit fc8f13c

Browse files
authored
bump spring and tomcat versions for CVE-2024-38819, CVE-2024-38820 (#917)
1 parent 06c79b5 commit fc8f13c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ apacheDirectoryVersion=2.1.3
103103
apacheMinaVersion=2.2.1
104104

105105
# Keep in sync with springBootTomcatVersion below
106-
apacheTomcatVersion=10.1.30
106+
apacheTomcatVersion=10.1.31
107107

108108
# (mothership) -> json-path -> json-smart -> accessor-smart
109109
# (core) -> graalvm
@@ -286,12 +286,12 @@ slf4jLog4jApiVersion=2.0.12
286286
# This is a dependency for HTSJDK. Force version for CVE-2023-43642
287287
snappyJavaVersion=1.1.10.5
288288

289-
springBootVersion=3.3.4
289+
springBootVersion=3.3.5
290290
# This usually matches the Tomcat version dictated by springBootVersion
291291
# Also, keep this in sync with apacheTomcatVersion above
292-
springBootTomcatVersion=10.1.30
292+
springBootTomcatVersion=10.1.31
293293
# This usually matches the Spring Framework version dictated by springBootVersion
294-
springVersion=6.1.13
294+
springVersion=6.1.14
295295

296296
sqliteJdbcVersion=3.46.0.0
297297

0 commit comments

Comments
 (0)