This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch OAK-11820 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit 15aa9b8f7ef7753ee57ea8f1500baa8fc17c8063 Author: Julian Reschke <[email protected]> AuthorDate: Mon Jul 28 10:53:00 2025 +0100 OAK-11820: Update commons-io dependency to 2.20.0 --- oak-parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml index 86696e8e49..35b9a2b5b3 100644 --- a/oak-parent/pom.xml +++ b/oak-parent/pom.xml @@ -604,7 +604,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.18.0</version> + <version>2.20.0</version> </dependency> <dependency> <groupId>commons-codec</groupId>
