This is an automated email from the ASF dual-hosted git repository.
sseifert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git
The following commit(s) were added to refs/heads/master by this push:
new 0004fda SLING-12525 Update to commons-io 2.14.0
0004fda is described below
commit 0004fda8b0d59d85a1ce1fdf0a17e6e73acccc87
Author: Stefan Seifert <[email protected]>
AuthorDate: Mon Dec 9 15:46:26 2024 +0100
SLING-12525 Update to commons-io 2.14.0
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 092dfca..57c0100 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -239,7 +239,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.11.0</version>
+ <version>2.14.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>