diff --git a/gradle.properties b/gradle.properties index 1fbf78aaf3..730bc5a380 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.7.15 +labkeyVersion=25.7.16 labkeyClientApiVersion=6.3.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.46 +apacheTomcatVersion=10.1.48 # (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.6 +springBootVersion=3.5.7 # This usually matches the Spring Framework version dictated by springBootVersion -springVersion=6.2.11 +springVersion=6.2.12 sqliteJdbcVersion=3.50.3.0