Skip to content

Commit

Permalink
Update undertow-core to 2.3.9.Final (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 17, 2023
1 parent 1f61468 commit 6ff355e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ lazy val e2e = projectMatrix
libraryDependencies ++= Seq(
"com.thesamet.scalapb" %% "scalapb-json4s" % "0.12.1",
"org.typelevel" %% "cats-core" % "2.10.0",
"io.undertow" % "undertow-core" % "2.3.8.Final",
"io.undertow" % "undertow-core" % "2.3.9.Final",
"eu.timepit" %% "refined" % "0.11.0",
"io.envoyproxy.protoc-gen-validate" % "pgv-java-stub" % pgvVersion % "protobuf"
),
Expand Down

0 comments on commit 6ff355e

Please sign in to comment.