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 89e59a71a8 OAK-11702: Update commons-codec dependency to 1.18.0 (#2278)
89e59a71a8 is described below
commit 89e59a71a86fb58a953e79707603000d8239d5ad
Author: Julian Reschke <[email protected]>
AuthorDate: Thu May 22 15:16:53 2025 +0200
OAK-11702: Update commons-codec dependency to 1.18.0 (#2278)
---
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 e6665e6138..706ff47e2e 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -611,7 +611,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.17.2</version>
+ <version>1.18.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>