From 946be9183ad776af9ce3078df58456f63237bcf1 Mon Sep 17 00:00:00 2001 From: Will Mooreston Date: Thu, 18 Sep 2025 07:34:01 -0700 Subject: [PATCH] bump spring etc for CVE-2025-41249 --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index dc87d30952..65af6ccaf5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -99,7 +99,7 @@ apacheDirectoryVersion=2.1.7 apacheMinaVersion=2.2.4 # Usually matches the version specified as a Spring Boot dependency (see springBootVersion below) -apacheTomcatVersion=10.1.44 +apacheTomcatVersion=10.1.46 # (mothership) -> json-path -> json-smart -> accessor-smart # (core) -> graalvm @@ -287,9 +287,9 @@ slf4jLog4jApiVersion=2.0.17 snappyJavaVersion=1.1.10.7 # Also, update apacheTomcatVersion above to match Spring Boot's Tomcat dependency version -springBootVersion=3.5.3 +springBootVersion=3.5.6 # This usually matches the Spring Framework version dictated by springBootVersion -springVersion=6.2.10 +springVersion=6.2.11 sqliteJdbcVersion=3.50.3.0