This is an automated email from the ASF dual-hosted git repository.
bpatel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git
The following commit(s) were added to refs/heads/master by this push:
new 128afbbff RANGER-3821:Update commons-codec version to 1.15
128afbbff is described below
commit 128afbbff7753340e97f25f1783b387f167de968
Author: Bhavik Patel <[email protected]>
AuthorDate: Mon Jul 11 14:01:43 2022 +0530
RANGER-3821:Update commons-codec version to 1.15
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6925feb06..44eef2a0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,7 +94,7 @@
<codehaus.jackson.version>1.9.13</codehaus.jackson.version>
<commons.beanutils.version>1.9.4</commons.beanutils.version>
<commons.cli.version>1.2</commons.cli.version>
- <commons.codec.version>1.12</commons.codec.version>
+ <commons.codec.version>1.15</commons.codec.version>
<commons.collections.version>3.2.2</commons.collections.version>
<commons.compress.version>1.21</commons.compress.version>
<commons.configuration1.version>1.10</commons.configuration1.version>