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-tracer.git
The following commit(s) were added to refs/heads/master by this push:
new fbfaf95 Update to latest commons io 2.20.0
fbfaf95 is described below
commit fbfaf95ac82c8aec6a28b7d63185a528f8ea6b6b
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Tue May 12 17:06:08 2026 +0200
Update to latest commons io 2.20.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 02edb4d..3fe6015 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.13.0</version>
+ <version>2.20.0</version>
<scope>provided</scope>
</dependency>
<dependency>