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

hepin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new 17f7161837 Update commons-codec to 1.17.2 (#1703)
17f7161837 is described below

commit 17f7161837d8b61b9fa9b340f60efb67ee98ca82
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sat Jan 11 04:32:50 2025 +0800

    Update commons-codec to 1.17.2 (#1703)
    
    Co-authored-by: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 9ab38d049a..11bcc94d74 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -120,7 +120,7 @@ object Dependencies {
 
     object TestDependencies {
       val commonsIo = "commons-io" % "commons-io" % "2.18.0" % Test
-      val commonsCodec = "commons-codec" % "commons-codec" % "1.17.1" % Test
+      val commonsCodec = "commons-codec" % "commons-codec" % "1.17.2" % Test
       val junit = "junit" % "junit" % junitVersion % Test
       val junit5 = "org.junit.jupiter" % "junit-jupiter-engine" % 
junit5Version % Test
       val httpClient = "org.apache.httpcomponents" % "httpclient" % "4.5.14" % 
Test


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

Reply via email to