This is an automated email from the ASF dual-hosted git repository. joerghoh pushed a commit to branch SLING-12767 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-analyser.git
commit e168bb01df1aebb60f1e5fb4ba61e84bd64990aa Author: Joerg Hoh <joerg...@apache.org> AuthorDate: Mon Apr 28 18:39:40 2025 +0200 SLING-12767 update commons-io to 2.14.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 52f7afe..d098c8e 100644 --- a/pom.xml +++ b/pom.xml @@ -142,7 +142,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.8.0</version> + <version>2.14.0</version> <scope>provided</scope> </dependency> <!-- END Content-Package check -->