diff --git a/build.sbt b/build.sbt index a2f67b93e..2a1860a64 100644 --- a/build.sbt +++ b/build.sbt @@ -310,7 +310,7 @@ lazy val tests = project // Schema registry uses Glassfish which uses java.util.logging "org.slf4j" % "jul-to-slf4j" % slf4jVersion % Test, "org.mockito" % "mockito-core" % "5.11.0" % Test, - "com.thesamet.scalapb" %% "scalapb-runtime" % "0.11.15" % Test + "com.thesamet.scalapb" %% "scalapb-runtime" % "0.11.17" % Test ), resolvers ++= Seq( "Confluent Maven Repo" at "https://packages.confluent.io/maven/"