From ad429333a776f9ee4950c09eda462732c9c1a019 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 2 Mar 2024 08:04:54 +0100 Subject: [PATCH] bump(tests): protobuf-java 3.25.3 (was 3.25.2) (#1710) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b1edf6228..9b30ffbd5 100644 --- a/build.sbt +++ b/build.sbt @@ -292,7 +292,7 @@ lazy val tests = project name := "akka-stream-kafka-tests", libraryDependencies ++= Seq( "com.typesafe.akka" %% "akka-discovery" % akkaVersion, - "com.google.protobuf" % "protobuf-java" % "3.25.2", // use the same, or later, version as in scalapb + "com.google.protobuf" % "protobuf-java" % "3.25.3", // use the same, or later, version as in scalapb "io.confluent" % "kafka-avro-serializer" % confluentAvroSerializerVersion % Test excludeAll (confluentLibsExclusionRules: _*), // See https://github.com/sbt/sbt/issues/3618#issuecomment-448951808 "javax.ws.rs" % "javax.ws.rs-api" % "2.1.1" artifacts Artifact("javax.ws.rs-api", "jar", "jar"),