You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by co...@apache.org on 2019/08/06 10:29:28 UTC

[directory-kerby] branch trunk updated: Updating commons codec

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

coheigea pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/directory-kerby.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 5181a52  Updating commons codec
5181a52 is described below

commit 5181a525ddb587c2b3d0a428572304648f53926e
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Aug 6 11:29:15 2019 +0100

    Updating commons codec
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c19a359..92b17c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@
     <drizzle-jdbc.version>1.4</drizzle-jdbc.version>
     <jsch.version>0.1.55</jsch.version>
     <maven-owasp-plugin-version>4.0.2</maven-owasp-plugin-version>
-    <commons-codec.version>1.12</commons-codec.version>
+    <commons-codec.version>1.13</commons-codec.version>
     <commons-logging.version>1.2</commons-logging.version>
     <ini4j.version>0.5.4</ini4j.version>
     <targetJdk.version>1.8</targetJdk.version>