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/incubator-pekko.git
The following commit(s) were added to refs/heads/main by this push:
new e47c4d2587 Update commons-io to 2.15.1 (#828)
e47c4d2587 is described below
commit e47c4d258757640841fe2428c6df1e1b80606fca
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Dec 3 08:50:19 2023 +0100
Update commons-io to 2.15.1 (#828)
* Update commons-io to 2.15.1
* Revert commit(s) 16ceb0f63b
* Update commons-io to 2.15.1
---------
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 b962a258dc..f9e874f17a 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -134,7 +134,7 @@ object Dependencies {
object TestDependencies {
val bcpkix = "org.bouncycastle" % "bcpkix-jdk18on" % "1.77" % Test
val commonsMath = "org.apache.commons" % "commons-math" % "2.2" % Test
- val commonsIo = "commons-io" % "commons-io" % "2.15.0" % Test
+ val commonsIo = "commons-io" % "commons-io" % "2.15.1" % Test
val commonsCodec = "commons-codec" % "commons-codec" % "1.16.0" % Test
val commonsCompress = "org.apache.commons" % "commons-compress" %
"1.25.0" % Test
val junit = "junit" % "junit" % junitVersion % Test
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]