This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch feature/SLING-12525-commons-io in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-resourceresolver-mock.git
commit 813a753927c0a939ff75e9d5115c33ab5dae56a8 Author: Stefan Seifert <[email protected]> AuthorDate: Mon Dec 9 15:45:16 2024 +0100 SLING-12525 Update to commons-io 2.14.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9798d87..330bfe5 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,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.jackrabbit</groupId>
