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 0e7ac0710d Revert "OAK-11702: Update commons-codec dependency to 
1.18.0 (#2278)"
0e7ac0710d is described below

commit 0e7ac0710d87e53bad327f854dab06361fe1bfd4
Author: Julian Reschke <[email protected]>
AuthorDate: Sat May 24 19:23:31 2025 +0100

    Revert "OAK-11702: Update commons-codec dependency to 1.18.0 (#2278)"
    
    This reverts commit 89e59a71a86fb58a953e79707603000d8239d5ad.
---
 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 706ff47e2e..e6665e6138 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.18.0</version>
+        <version>1.17.2</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>

Reply via email to