Skip to content

Commit

Permalink
Update protobuf-java to 4.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-asf[bot] committed Apr 11, 2024
1 parent ab874c8 commit f1f0a58
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 @@ -30,7 +30,7 @@ object Dependencies {

lazy val testDependencies = Def.setting(Seq(
"org.apache.pekko" %% "pekko-discovery" % pekkoVersion,
"com.google.protobuf" % "protobuf-java" % "3.25.3", // use the same version as in scalapb
"com.google.protobuf" % "protobuf-java" % "4.26.1", // use the same version as in scalapb
("io.confluent" % "kafka-avro-serializer" % confluentAvroSerializerVersion % Test).excludeAll(
confluentLibsExclusionRules: _*),
"jakarta.ws.rs" % "jakarta.ws.rs-api" % "3.1.0" % Test,
Expand Down

0 comments on commit f1f0a58

Please sign in to comment.