This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch OAK-11819 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit d018151fbd4f1f676c736181db14a0d478b349a5 Author: Julian Reschke <[email protected]> AuthorDate: Mon Jul 28 06:03:11 2025 +0100 OAK-11819: Update commons-codec dependency to 1.19.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 6cb3ff2ef8..c5983c4e85 100644 --- a/oak-parent/pom.xml +++ b/oak-parent/pom.xml @@ -609,7 +609,7 @@ <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> - <version>1.18.0</version> + <version>1.19.0</version> </dependency> <dependency> <groupId>org.apache.commons</groupId>
