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/14 08:40:54 UTC

[directory-server] branch master updated: Updating Commons Daemon + Codec

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 47d31c1  Updating Commons Daemon + Codec
     new e63b05f  Merge pull request #20 from coheigea/commons
47d31c1 is described below

commit 47d31c11fb787642284cbe8214b23f8c20447ada
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Fri Aug 9 11:14:26 2019 +0100

    Updating Commons Daemon + Codec
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 66b8705..cac84cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,9 +57,9 @@
     <ant.version>1.10.6</ant.version>
     <bcprov.version>1.62</bcprov.version>
     <commons.cli.version>1.4</commons.cli.version>
-    <commons.codec.version>1.12</commons.codec.version>
+    <commons.codec.version>1.13</commons.codec.version>
     <commons.collections.version>4.3</commons.collections.version>
-    <commons.daemon.version>1.1.0</commons.daemon.version>
+    <commons.daemon.version>1.2.0</commons.daemon.version>
     <commons.lang.version>3.9</commons.lang.version>
     <commons.net.version>3.6</commons.net.version>
     <commons.pool.version>2.6.2</commons.pool.version>