This is an automated email from the ASF dual-hosted git repository.
reschke pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/trunk by this push:
new 2c8c1c808d OAK-11819: Update commons-codec dependency to 1.19.0 (#2405)
2c8c1c808d is described below
commit 2c8c1c808d5abad20122072f69a15fd220ed4a85
Author: Julian Reschke <[email protected]>
AuthorDate: Mon Jul 28 11:58:08 2025 +0200
OAK-11819: Update commons-codec dependency to 1.19.0 (#2405)
---
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>