Skip to content

Commit 634404b

Browse files
authored
bump springboot etc and sqliteJdbcVersion for CVEs (#1055)
* bump springboot etc for tomcat CVE-2025-31650 * bump sqliteJdbcVersion for CVE-2025-29087
1 parent e7ea24f commit 634404b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ apacheDirectoryVersion=2.1.7
9999
apacheMinaVersion=2.2.4
100100

101101
# Usually matches the version specified as a Spring Boot dependency (see springBootVersion below)
102-
apacheTomcatVersion=10.1.39
102+
apacheTomcatVersion=10.1.40
103103

104104
# (mothership) -> json-path -> json-smart -> accessor-smart
105105
# (core) -> graalvm
@@ -289,11 +289,11 @@ slf4jLog4jApiVersion=2.0.16
289289
snappyJavaVersion=1.1.10.7
290290

291291
# Also, update apacheTomcatVersion above to match Spring Boot's Tomcat dependency version
292-
springBootVersion=3.4.1
292+
springBootVersion=3.4.5
293293
# This usually matches the Spring Framework version dictated by springBootVersion
294-
springVersion=6.2.1
294+
springVersion=6.2.6
295295

296-
sqliteJdbcVersion=3.48.0.0
296+
sqliteJdbcVersion=3.49.1.0
297297

298298
# NLP and SAML bring stax2-api in as a transitive dependency but with very different versions. We force the later version.
299299
stax2ApiVersion=4.2.2

0 commit comments

Comments
 (0)