From ecc3d9c60dca526f4ae213a0ce49783bac624a6d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 7 Sep 2025 20:27:31 +0000 Subject: [PATCH] Update undertow-core to 2.3.19.Final --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7ad4d5ce..f3af9052 100644 --- a/build.sbt +++ b/build.sbt @@ -131,7 +131,7 @@ lazy val e2e = projectMatrix libraryDependencies ++= Seq( "com.thesamet.scalapb" %% "scalapb-json4s" % "0.12.1", "org.typelevel" %% "cats-core" % "2.12.0", - "io.undertow" % "undertow-core" % "2.3.18.Final", + "io.undertow" % "undertow-core" % "2.3.19.Final", "eu.timepit" %% "refined" % "0.11.2", "io.envoyproxy.protoc-gen-validate" % "pgv-java-stub" % pgvVersion % "protobuf" ),