This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors-kafka.git
The following commit(s) were added to refs/heads/main by this push:
new a61c2223 Update protobuf-java to 4.36.1 (#647)
a61c2223 is described below
commit a61c22238c572297885dd68d4b619dfea698d639
Author: Scala Steward <[email protected]>
AuthorDate: Wed Sep 2 18:30:41 2026 +0200
Update protobuf-java to 4.36.1 (#647)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 0bde59b8..0fe6e324 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -23,7 +23,7 @@ object Dependencies {
"org.apache.kafka" % "kafka-clients" % kafkaVersion)
lazy val testDependencies = Seq(
- "com.google.protobuf" % "protobuf-java" % "4.36.0", // use the same
version as in scalapb
+ "com.google.protobuf" % "protobuf-java" % "4.36.1", // use the same
version as in scalapb
("io.confluent" % "kafka-avro-serializer" % confluentAvroSerializerVersion
% Test).excludeAll(
confluentLibsExclusionRules: _*),
"commons-codec" % "commons-codec" % "1.22.1" % Test,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]