This is an automated email from the ASF dual-hosted git repository.
jeagles 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 32e80e7 TEZ-3992. Update commons-codec from 1.4 to 1.11
32e80e7 is described below
commit 32e80e7d8f1ee7fae645c6cf0a3d86c9b9563c9b
Author: László Bodor <[email protected]>
AuthorDate: Fri Nov 15 15:54:47 2019 -0600
TEZ-3992. Update commons-codec from 1.4 to 1.11
Signed-off-by: Jonathan Eagles <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 883222a..cd526fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -272,7 +272,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.4</version>
+ <version>1.11</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>