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 13:00:25 UTC

[tomee] branch tomee-7.1.x 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 tomee-7.1.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-7.1.x by this push:
     new c1f5d17  TOMEE-2853 update to commons-codec 1.14
c1f5d17 is described below

commit c1f5d17e972d5020fb77954060648ccd8e0f0732
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 85f553c..1a28b2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,7 +162,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.1</commons-fileupload.version>
     <commons-discovery.version>0.5</commons-discovery.version>
     <commons-lang3.version>3.8</commons-lang3.version>