From b6ec854c5e245e2ae891ff403a8cacc678bd6ed4 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 9 Nov 2024 23:03:20 +0100 Subject: [PATCH] Update undertow-core to 2.3.18.Final (#384) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2bc9d83..37bc57b 100644 --- a/build.sbt +++ b/build.sbt @@ -132,7 +132,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.17.Final", + "io.undertow" % "undertow-core" % "2.3.18.Final", "eu.timepit" %% "refined" % "0.11.2", "io.envoyproxy.protoc-gen-validate" % "pgv-java-stub" % pgvVersion % "protobuf" ),