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

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/master by this push:
     new a3015bd1de PHOENIX-7009 Bump commons-codec to 1.16.0
a3015bd1de is described below

commit a3015bd1de5acb7fdcbb03572c62fcfcb257d343
Author: Istvan Toth <st...@apache.org>
AuthorDate: Mon Jul 31 14:40:33 2023 +0200

    PHOENIX-7009 Bump commons-codec to 1.16.0
---
 .../src/main/java/org/apache/phoenix/cache/TenantCacheImpl.java         | 1 -
 pom.xml                                                                 | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/phoenix-core/src/main/java/org/apache/phoenix/cache/TenantCacheImpl.java 
b/phoenix-core/src/main/java/org/apache/phoenix/cache/TenantCacheImpl.java
index 12078ca2c3..402a5e6226 100644
--- a/phoenix-core/src/main/java/org/apache/phoenix/cache/TenantCacheImpl.java
+++ b/phoenix-core/src/main/java/org/apache/phoenix/cache/TenantCacheImpl.java
@@ -24,7 +24,6 @@ import java.util.Arrays;
 import java.util.Collections;
 import java.util.concurrent.TimeUnit;
 
-import org.apache.commons.codec.binary.Hex;
 import org.apache.hadoop.hbase.io.ImmutableBytesWritable;
 import org.apache.hadoop.hbase.util.Bytes;
 import org.apache.phoenix.coprocessor.ServerCachingProtocol.ServerCacheFactory;
diff --git a/pom.xml b/pom.xml
index 8d68f270b6..f3e5f35155 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,7 @@
     <jcip-annotations.version>1.0-1</jcip-annotations.version>
     <jsr305.version>2.0.1</jsr305.version>
     <snappy.version>0.3</snappy.version>
-    <commons-codec.version>1.7</commons-codec.version>
+    <commons-codec.version>1.16.0</commons-codec.version>
     <htrace.version>3.1.0-incubating</htrace.version>
     <collections.version>3.2.2</collections.version>
     <jodatime.version>2.10.5</jodatime.version>

Reply via email to