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

github-bot pushed a commit to branch update/commons-codec-1.17.1
in repository https://gitbox.apache.org/repos/asf/pekko-connectors-kafka.git

commit 7690723f3353abf00aeb191ad85dd5cdc3ccd4f6
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Jul 21 00:08:16 2024 +0000

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

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index ec2121b3..56bf9764 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -33,7 +33,7 @@ object Dependencies {
     "com.google.protobuf" % "protobuf-java" % "3.25.3", // use the same 
version as in scalapb
     ("io.confluent" % "kafka-avro-serializer" % confluentAvroSerializerVersion 
% Test).excludeAll(
       confluentLibsExclusionRules: _*),
-    "commons-codec" % "commons-codec" % "1.17.0" % Test,
+    "commons-codec" % "commons-codec" % "1.17.1" % 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