diff --git a/gradle.properties b/gradle.properties index 4a9dce5734..fed4cbe7ad 100644 --- a/gradle.properties +++ b/gradle.properties @@ -44,7 +44,7 @@ buildFromSource=true # The default version for LabKey artifacts that are built or that we depend on. # override in an individual module's gradle.properties file as necessary -labkeyVersion=25.11.12 +labkeyVersion=25.11.13 labkeyClientApiVersion=7.0.0 # Version numbers for the various binary artifacts that are included when @@ -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.48 +apacheTomcatVersion=10.1.52 # (mothership) -> json-path -> json-smart -> accessor-smart # (core) -> graalvm @@ -288,9 +288,9 @@ slf4jLog4jApiVersion=2.0.17 snappyJavaVersion=1.1.10.8 # Also, update apacheTomcatVersion above to match Spring Boot's Tomcat dependency version -springBootVersion=3.5.7 +springBootVersion=3.5.11 # This usually matches the Spring Framework version dictated by springBootVersion -springVersion=6.2.12 +springVersion=6.2.16 sqliteJdbcVersion=3.50.3.0