Skip to content

Commit

Permalink
bump: protobuf-java 3.25.4 (was 3.25.3) (#1760)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 29, 2024
1 parent 301458c commit 0bbd2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,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.3", // use the same, or later, version as in scalapb
"com.google.protobuf" % "protobuf-java" % "3.25.4", // 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"),
Expand Down

0 comments on commit 0bbd2c4

Please sign in to comment.