Skip to content

Commit

Permalink
Update protobuf-java to 3.25.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-asf[bot] committed Jan 26, 2025
1 parent 1f1c5ca commit 052856a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ object Dependencies {
"org.apache.kafka" % "kafka-clients" % kafkaVersion)

lazy val testDependencies = Seq(
"com.google.protobuf" % "protobuf-java" % "3.25.5", // use the same version as in scalapb
"com.google.protobuf" % "protobuf-java" % "3.25.6", // use the same version as in scalapb
("io.confluent" % "kafka-avro-serializer" % confluentAvroSerializerVersion % Test).excludeAll(
confluentLibsExclusionRules: _*),
"commons-codec" % "commons-codec" % "1.17.2" % Test,
Expand Down

0 comments on commit 052856a

Please sign in to comment.