You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2020/06/24 12:27:30 UTC

[tomee] branch master updated: TOMEE-2853 update to commons-codec 1.14

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 195a24c  TOMEE-2853 update to commons-codec 1.14
     new 1e2a6f1  Merge remote-tracking branch 'apache/master'
195a24c is described below

commit 195a24cd359ede0c63c4b9e70bc2a624cd2a290c
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Wed Jun 24 13:26:04 2020 +0100

    TOMEE-2853 update to commons-codec 1.14
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 02d0fe4..1b63639 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,7 @@
     <commons-dbcp.version>2.1</commons-dbcp.version>
     <commons-pool.version>2.3</commons-pool.version>
     <commons-collections.version>3.2.2</commons-collections.version>
-    <commons-codec.version>1.13</commons-codec.version>
+    <commons-codec.version>1.14</commons-codec.version>
     <commons-fileupload.version>1.3.3</commons-fileupload.version>
     <commons-discovery.version>0.5</commons-discovery.version>
     <commons-lang3.version>3.8.1</commons-lang3.version>