From a7bab74efcd5233b12858ffaf2937cb44a60a585 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 04:09:29 +0000 Subject: [PATCH] chore(deps): update apache tomcat packages to v9.0.82 --- Source/Server/equellaserver/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Server/equellaserver/build.sbt b/Source/Server/equellaserver/build.sbt index 8e2985c0fbe..3de7386dfca 100644 --- a/Source/Server/equellaserver/build.sbt +++ b/Source/Server/equellaserver/build.sbt @@ -18,7 +18,7 @@ updateOptions := updateOptions.value.withCachedResolution(true) val RestEasyVersion = "3.15.6.Final" val SwaggerVersion = "1.6.11" -val TomcatVersion = "9.0.80" +val TomcatVersion = "9.0.82" val axis2Version = "1.8.2" val circeVersion = "0.14.5" val curatorVersion = "5.5.0"