This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch update/protobuf-java-3.25.3
in repository https://gitbox.apache.org/repos/asf/pekko-connectors-kafka.git
commit de505a15aedcc18740121c6bc4480d050c98ef11
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Apr 7 00:08:46 2024 +0000
Update protobuf-java to 3.25.3
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 94907cd3..f8c683b4 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -30,7 +30,7 @@ object Dependencies {
lazy val testDependencies = Def.setting(Seq(
"org.apache.pekko" %% "pekko-discovery" % pekkoVersion,
- "com.google.protobuf" % "protobuf-java" % "3.19.6", // use the same
version as in scalapb
+ "com.google.protobuf" % "protobuf-java" % "3.25.3", // use the same
version as in scalapb
("io.confluent" % "kafka-avro-serializer" % confluentAvroSerializerVersion
% Test).excludeAll(
confluentLibsExclusionRules: _*),
"jakarta.ws.rs" % "jakarta.ws.rs-api" % "2.1.6" % Test,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]