Skip to content

Commit 4971a4f

Browse files
chore(deps): update all dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e6513ac commit 4971a4f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.sbt

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ lazy val root = (project in file("."))
3838
// https://github.com/confluentinc/schema-registry/blob/master/pom.xml
3939
libraryDependencies ++= Seq(
4040
"org.apache.kafka" %% "kafka" % "3.2.3",
41-
"io.cucumber" %% "cucumber-scala" % "8.27.0",
41+
"io.cucumber" %% "cucumber-scala" % "8.27.2",
4242
"org.scalatest" %% "scalatest" % "3.2.19",
4343
"com.typesafe" % "config" % "1.4.3",
44-
"io.gatling" % "gatling-jsonpath" % "3.13.5",
44+
"io.gatling" % "gatling-jsonpath" % "3.14.1",
4545
"com.lihaoyi" %% "os-lib" % "0.11.4",
4646
"ch.qos.logback" % "logback-classic" % "1.5.18" % Runtime,
4747
"dev.zio" %% "zio" % zioVersion,
@@ -50,8 +50,8 @@ lazy val root = (project in file("."))
5050
),
5151
// only tests
5252
libraryDependencies ++= Seq(
53-
"io.cucumber" % "cucumber-junit" % "7.22.1",
54-
"org.scalamock" %% "scalamock" % "7.3.1",
53+
"io.cucumber" % "cucumber-junit" % "7.22.2",
54+
"org.scalamock" %% "scalamock" % "7.3.2",
5555
"org.scalacheck" %% "scalacheck" % "1.18.1",
5656
"dev.zio" %% "zio-test" % zioVersion,
5757
"dev.zio" %% "zio-test-sbt" % zioVersion

0 commit comments

Comments
 (0)