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 6049f7a202 OAK-11361: Update commons-codec dependency to 1.17.2 (#1960)
6049f7a202 is described below
commit 6049f7a2024e97707c33bbf86896f871287d9bee
Author: Julian Reschke <[email protected]>
AuthorDate: Wed Jan 8 13:27:55 2025 +0100
OAK-11361: Update commons-codec dependency to 1.17.2 (#1960)
---
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 5b2381a950..a4edab1d12 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -629,7 +629,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.17.1</version>
+ <version>1.17.2</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>