This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch OAK-12092 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit 2ffc5d856864ae651aaa9e8bb998f725c1d061e2 Author: Julian Reschke <[email protected]> AuthorDate: Tue Feb 10 13:59:10 2026 +0100 OAK-12092: Update commons-text dependency to 1.15.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 231b5afe67..7bc0f92b71 100644 --- a/oak-parent/pom.xml +++ b/oak-parent/pom.xml @@ -596,7 +596,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> - <version>1.14.0</version> + <version>1.15.0</version> </dependency> <dependency> <groupId>org.apache.commons</groupId>
