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-management.git
The following commit(s) were added to refs/heads/main by this push:
new f9fb93cb Update commons-io to 2.19.0 (#411)
f9fb93cb is described below
commit f9fb93cbd1652b46c949d8d78200b3e7cbb084ce
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Apr 13 11:20:12 2025 +0200
Update commons-io to 2.19.0 (#411)
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 f6a4854c..aae73a60 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -61,7 +61,7 @@ object Dependencies {
"com.fasterxml.jackson.core" % "jackson-core" % jacksonVersion % Test,
"com.fasterxml.jackson.core" % "jackson-annotations" % jacksonVersion %
Test,
"com.fasterxml.jackson.core" % "jackson-databind" % jacksonVersion % Test,
- "commons-io" % "commons-io" % "2.18.0" % Test,
+ "commons-io" % "commons-io" % "2.19.0" % Test,
"commons-fileupload" % "commons-fileupload" % "1.5" % Test,
"com.jayway.jsonpath" % "json-path" % "2.9.0" % Test)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]