This is an automated email from the ASF dual-hosted git repository.
fanningpj 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 24e000645e Update commons-compress to 1.27.1 (#1450)
24e000645e is described below
commit 24e000645ebcd3fa51e7ea8bd8ce95975c5fd89b
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 25 08:39:09 2024 +0200
Update commons-compress to 1.27.1 (#1450)
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 2d7c23153e..682bb24611 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -124,7 +124,7 @@ object Dependencies {
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.1" % Test
- val commonsCompress = "org.apache.commons" % "commons-compress" %
"1.27.0" % Test
+ val commonsCompress = "org.apache.commons" % "commons-compress" %
"1.27.1" % Test
val guava = "com.google.guava" % "guava" % "33.3.0-jre" % Test
val junit = "junit" % "junit" % junitVersion % Test
val junit5 = "org.junit.jupiter" % "junit-jupiter-engine" %
junit5Version % Test
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]