This is an automated email from the ASF dual-hosted git repository.

Philippus 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 1bc3f176 Update commons-codec to 1.22.0 (#516)
1bc3f176 is described below

commit 1bc3f1763c59f0798b23e4d449456eaeef134562
Author: Scala Steward <[email protected]>
AuthorDate: Sat Apr 25 17:48:18 2026 +0200

    Update commons-codec to 1.22.0 (#516)
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 9cfe2cc1..d24209fa 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -26,7 +26,7 @@ object Dependencies {
     "com.google.protobuf" % "protobuf-java" % "4.34.1", // use the same 
version as in scalapb
     ("io.confluent" % "kafka-avro-serializer" % confluentAvroSerializerVersion 
% Test).excludeAll(
       confluentLibsExclusionRules: _*),
-    "commons-codec" % "commons-codec" % "1.21.0" % Test,
+    "commons-codec" % "commons-codec" % "1.22.0" % Test,
     "jakarta.ws.rs" % "jakarta.ws.rs-api" % "4.0.0" % Test,
     "org.testcontainers" % "kafka" % testcontainersVersion % Test,
     "org.scalatest" %% "scalatest" % scalaTestVersion % Test,


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to