You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by ab...@apache.org on 2023/01/05 15:46:08 UTC

[tez] branch master updated: TEZ-4462: update common-codec to 1.13 to fix vulnerability SNYK-JAVA-COMMONSCODEC-561518 (#258) (Dmitriy Fingerman reviewed by Rajesh Balamohan)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 39e5a8e71 TEZ-4462: update common-codec to 1.13 to fix vulnerability SNYK-JAVA-COMMONSCODEC-561518 (#258) (Dmitriy Fingerman reviewed by Rajesh Balamohan)
39e5a8e71 is described below

commit 39e5a8e71b7713a2e9de151e2ec96062c8dd29f8
Author: Dmitriy Fingerman <dm...@gmail.com>
AuthorDate: Thu Jan 5 10:46:01 2023 -0500

    TEZ-4462: update common-codec to 1.13 to fix vulnerability SNYK-JAVA-COMMONSCODEC-561518 (#258) (Dmitriy Fingerman reviewed by Rajesh Balamohan)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 68d5d204d..5b7bd4997 100644
--- a/pom.xml
+++ b/pom.xml
@@ -283,7 +283,7 @@
       <dependency>
         <groupId>commons-codec</groupId>
         <artifactId>commons-codec</artifactId>
-        <version>1.11</version>
+        <version>1.13</version>
       </dependency>
       <dependency>
         <groupId>org.apache.hadoop</groupId>