We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 885a3bf commit ecc3d9cCopy full SHA for ecc3d9c
build.sbt
@@ -131,7 +131,7 @@ lazy val e2e = projectMatrix
131
libraryDependencies ++= Seq(
132
"com.thesamet.scalapb" %% "scalapb-json4s" % "0.12.1",
133
"org.typelevel" %% "cats-core" % "2.12.0",
134
- "io.undertow" % "undertow-core" % "2.3.18.Final",
+ "io.undertow" % "undertow-core" % "2.3.19.Final",
135
"eu.timepit" %% "refined" % "0.11.2",
136
"io.envoyproxy.protoc-gen-validate" % "pgv-java-stub" % pgvVersion % "protobuf"
137
),
0 commit comments