From 873e81aa8149b03d75055d139d6c9abe0627b3ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 10:11:39 +0000 Subject: [PATCH] chore(deps): update apache tomcat packages to v9.0.86 --- 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 345b54b45a2..52b1df9dfbb 100644 --- a/Source/Server/equellaserver/build.sbt +++ b/Source/Server/equellaserver/build.sbt @@ -17,7 +17,7 @@ updateOptions := updateOptions.value.withCachedResolution(true) val RestEasyVersion = "3.15.6.Final" val SwaggerVersion = "1.6.12" -val TomcatVersion = "9.0.83" +val TomcatVersion = "9.0.86" val axis2Version = "1.8.2" val circeVersion = "0.14.5" val curatorVersion = "5.5.0"