This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-xss.git
The following commit(s) were added to refs/heads/master by this push:
new ed88e17 Update commons-io dependency
ed88e17 is described below
commit ed88e17d8b5ba4993a5bfd58828e9a06e1ae4855
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Fri Aug 18 07:44:10 2023 +0200
Update commons-io dependency
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 26a1fe7..9d8b225 100644
--- a/pom.xml
+++ b/pom.xml
@@ -341,7 +341,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.6</version>
+ <version>2.13.0</version>
<scope>provided</scope>
</dependency>
<dependency>