This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch OAK-11822 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit 9383d322e5d27a193614dc4d7ac5869613fe6b64 Author: Julian Reschke <[email protected]> AuthorDate: Mon Jul 28 12:06:44 2025 +0100 OAK-11822: Update commons-lang dependency to 1.14.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 c5983c4e85..919d7ed843 100644 --- a/oak-parent/pom.xml +++ b/oak-parent/pom.xml @@ -599,7 +599,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> - <version>1.13.1</version> + <version>1.14.0</version> </dependency> <dependency> <groupId>commons-io</groupId>
