From 8823d9229acc94c95a71020b6a4b5c9b0e193b85 Mon Sep 17 00:00:00 2001 From: Adam Rauch Date: Thu, 11 Jul 2024 11:57:45 -0700 Subject: [PATCH] Update Tomcat to the latest version --- standalone/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone/gradle.properties b/standalone/gradle.properties index ac6839b..19b59a9 100644 --- a/standalone/gradle.properties +++ b/standalone/gradle.properties @@ -10,7 +10,7 @@ gradlePluginsVersion=2.3.0 labkeyClientApiVersion=6.1.0 # used by the LabKey JSP Gradle plugin for declaring dependencies -apacheTomcatVersion=10.1.19 +apacheTomcatVersion=10.1.25 servletApiVersion=6.0.0 # Not actually used... just an example to show how to declare an external dependency in the build file