You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by za...@apache.org on 2021/05/29 22:58:11 UTC

[calcite] branch master updated: Bump commons-codec from 1.12 to 1.13 (Jaromir Hamala)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f2c33a6  Bump commons-codec from 1.12 to 1.13 (Jaromir Hamala)
f2c33a6 is described below

commit f2c33a60e1e696cbfa25a2d80caf7ee81bba9769
Author: Jaromir Hamala <ja...@gmail.com>
AuthorDate: Thu Apr 15 10:39:36 2021 +0200

    Bump commons-codec from 1.12 to 1.13 (Jaromir Hamala)
    
    Apache Commons Codec 1.12 has this (potential) security issue:
    https://issues.apache.org/jira/browse/CODEC-134
    
    Apache Calcite does not use Base32 impl from Commons Codec,
    but merely the presence of the JAR means some security scanners freaks out.
    
    Close apache/calcite#2399
---
 gradle.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index 9923553..e60ea48 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -82,7 +82,7 @@ cassandra-all.version=3.11.2
 cassandra-driver-core.version=3.6.0
 cassandra-unit.version=3.5.0.1
 chinook-data-hsqldb.version=0.1
-commons-codec.version=1.12
+commons-codec.version=1.13
 commons-dbcp2.version=2.6.0
 commons-io.version=2.4
 commons-lang3.version=3.8