This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch OAK-11361 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit 6447e4e7e96eb4dc7071cc85007f5dff20d94df5 Author: Julian Reschke <[email protected]> AuthorDate: Wed Jan 8 13:27:22 2025 +0100 OAK-11361: Update commons-codec dependency to 1.17.2 --- 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>
