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 cd55767e14 Update commons-codec to 1.17.1 (#1404)
cd55767e14 is described below
commit cd55767e14fcbc6245cd775d099e312d9de626be
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Jul 21 12:02:42 2024 +0800
Update commons-codec to 1.17.1 (#1404)
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 ca8635989c..4bdea9f8ce 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -123,7 +123,7 @@ object Dependencies {
val bcpkix = "org.bouncycastle" % "bcpkix-jdk18on" % bouncyCastleVersion
% Test
val bcutil = "org.bouncycastle" % "bcutil-jdk18on" % bouncyCastleVersion
% Test
val commonsIo = "commons-io" % "commons-io" % "2.16.1" % Test
- val commonsCodec = "commons-codec" % "commons-codec" % "1.17.0" % Test
+ val commonsCodec = "commons-codec" % "commons-codec" % "1.17.1" % Test
val commonsCompress = "org.apache.commons" % "commons-compress" %
"1.26.2" % Test
val guava = "com.google.guava" % "guava" % "33.2.1-jre" % Test
val junit = "junit" % "junit" % junitVersion % Test
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]