You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2023/03/21 14:48:48 UTC

[hbase] branch master updated: HBASE-27731 Upgrade commons-validator to 1.7 (#5116)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e6af6e0be9b HBASE-27731 Upgrade commons-validator to 1.7 (#5116)
e6af6e0be9b is described below

commit e6af6e0be9b75a2406bb72c1c3e797c0f9be1e27
Author: Wes <51...@users.noreply.github.com>
AuthorDate: Tue Mar 21 15:48:39 2023 +0100

    HBASE-27731 Upgrade commons-validator to 1.7 (#5116)
    
    Address CVE-2014-0114 and CVE-2019-10086 brought in by commons-beanutils
    Signed-off-by: Duo Zhang <zh...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 44a26739b45..25a390d1ec4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -809,7 +809,7 @@
     <avro.version>1.11.0</avro.version>
     <caffeine.version>2.8.1</caffeine.version>
     <commons-codec.version>1.15</commons-codec.version>
-    <commons-validator.version>1.6</commons-validator.version>
+    <commons-validator.version>1.7</commons-validator.version>
     <commons-io.version>2.11.0</commons-io.version>
     <commons-lang3.version>3.9</commons-lang3.version>
     <commons-math.version>3.6.1</commons-math.version>