This is an automated email from the ASF dual-hosted git repository.
fanningpj 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 3cab2b86 Update protobuf-java to 4.33.4 (#435)
3cab2b86 is described below
commit 3cab2b86663e9ef4d7dac3f284d4de5766331f10
Author: Scala Steward <[email protected]>
AuthorDate: Tue Jan 13 21:21:59 2026 +0100
Update protobuf-java to 4.33.4 (#435)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index de4e37b7..3b5ec868 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.33.3", // use the same
version as in scalapb
+ "com.google.protobuf" % "protobuf-java" % "4.33.4", // use the same
version as in scalapb
("io.confluent" % "kafka-avro-serializer" % confluentAvroSerializerVersion
% Test).excludeAll(
confluentLibsExclusionRules: _*),
"commons-codec" % "commons-codec" % "1.20.0" % Test,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]