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 54db847fcc OAK-10395: Update commons-codec dependency to 1.16.0 (#1063)
54db847fcc is described below
commit 54db847fcc7a28154a850ebd73bb01107b3c4aa1
Author: Julian Reschke <[email protected]>
AuthorDate: Mon Aug 14 11:01:54 2023 +0200
OAK-10395: Update commons-codec dependency to 1.16.0 (#1063)
* OAK-10390: Update commons-io dependency to 2.13.0
* OAK-10390: Update commons-io dependency to 2.13.0 - accept NPE for null
arguments in filters (change in commons-io API)
* OAK-10395: Update commons-codec dependency to 1.16.0
---
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 24aaa835da..587a11dc4d 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.15</version>
+ <version>1.16.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>