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

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


The following commit(s) were added to refs/heads/tomee-7.0.x by this push:
     new ce5d1ca  TOMEE-2685 Update commons-codec to 1.13
ce5d1ca is described below

commit ce5d1ca5a0bafb962d031ebaa97dab53b1a38e39
Author: Jonathan Gallimore <[email protected]>
AuthorDate: Thu Sep 19 10:53:51 2019 +0100

    TOMEE-2685 Update commons-codec to 1.13
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9042eea..6500aed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -161,7 +161,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.10</commons-codec.version>
+    <commons-codec.version>1.13</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>

Reply via email to