From 5c4012318305305e1bbcb6106d25364aaf4fa75d Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 16:31:16 +0000 Subject: [PATCH] Update tomcat-catalina, tomcat-coyote, ... to 9.0.108 in series/0.23 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a191fdf..a00fa0d 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ val http4sVersion = "0.23.18" val http4sServletVersion = "0.23.11" val munitCatsEffectVersion = "1.0.7" val servletApiVersion = "3.1.0" -val tomcatVersion = "9.0.98" +val tomcatVersion = "9.0.108" lazy val root = project .in(file("."))