This is an automated email from the ASF dual-hosted git repository.

reschke pushed a commit to branch 1.22
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/1.22 by this push:
     new 25e432fbdc OAK-11003: Update commons-codec dependency to 1.17.1 (#1624)
25e432fbdc is described below

commit 25e432fbdccb13d49e8e7045f4ef54d1c126f24b
Author: Julian Reschke <[email protected]>
AuthorDate: Fri Aug 2 15:34:28 2024 +0200

    OAK-11003: Update commons-codec dependency to 1.17.1 (#1624)
---
 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 949ccb583c..a9ec4ada9c 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -590,7 +590,7 @@
       <dependency>
         <groupId>commons-codec</groupId>
         <artifactId>commons-codec</artifactId>
-        <version>1.17.0</version>
+        <version>1.17.1</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>

Reply via email to