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 098ab4a298 Update commons-codec to 1.17.0 (#1300)
098ab4a298 is described below
commit 098ab4a298bc5805b9eb851314de88fd0bef4f39
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Apr 28 09:28:04 2024 +0800
Update commons-codec to 1.17.0 (#1300)
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 5f988cf1ba..4534cf4fc9 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -119,7 +119,7 @@ object Dependencies {
object TestDependencies {
val commonsIo = "commons-io" % "commons-io" % "2.16.1" % Test
- val commonsCodec = "commons-codec" % "commons-codec" % "1.16.1" % Test
+ val commonsCodec = "commons-codec" % "commons-codec" % "1.17.0" % Test
val commonsCompress = "org.apache.commons" % "commons-compress" %
"1.26.1" % Test
val guava = "com.google.guava" % "guava" % "33.1.0-jre" % Test
val junit = "junit" % "junit" % junitVersion % Test
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]