From 487843c3766a17186554fb48d860e591782f7ab4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 02:31:58 +0000 Subject: [PATCH] chore(deps): update all dependencies Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 7fd5300..3de5d42 100644 --- a/build.sbt +++ b/build.sbt @@ -38,11 +38,11 @@ lazy val root = (project in file(".")) // https://github.com/confluentinc/schema-registry/blob/master/pom.xml libraryDependencies ++= Seq( "org.apache.kafka" %% "kafka" % "3.2.3", - "io.cucumber" %% "cucumber-scala" % "8.26.0", + "io.cucumber" %% "cucumber-scala" % "8.26.1", "org.scalatest" %% "scalatest" % "3.2.19", "com.typesafe" % "config" % "1.4.3", - "io.gatling" % "gatling-jsonpath" % "3.13.3", - "com.lihaoyi" %% "os-lib" % "0.11.3", + "io.gatling" % "gatling-jsonpath" % "3.13.4", + "com.lihaoyi" %% "os-lib" % "0.11.4", "ch.qos.logback" % "logback-classic" % "1.5.16" % Runtime, "dev.zio" %% "zio" % zioVersion, "dev.zio" %% "zio-streams" % zioVersion,