From 0592508dac83ef91bafabe34e253bc63e08d33ae Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 24 Jun 2023 12:27:39 +0000 Subject: [PATCH] bump: protobuf-java 3.23.3 (was 3.23.1) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index dd08390b5..9272261a8 100644 --- a/build.sbt +++ b/build.sbt @@ -283,7 +283,7 @@ lazy val tests = project name := "akka-stream-kafka-tests", libraryDependencies ++= Seq( "com.typesafe.akka" %% "akka-discovery" % akkaVersion, - "com.google.protobuf" % "protobuf-java" % "3.23.1", // use the same, or later, version as in scalapb + "com.google.protobuf" % "protobuf-java" % "3.23.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"),