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 2022/06/27 08:46:02 UTC

[directory-server] branch master updated (0ed0bdae59 -> 9b274b2a64)

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

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


    from 0ed0bdae59 Updating Kerby to 2.0.2
     new e8e816d289 Uodating Ant to 1.10.12
     new fbef318db0 Updating Commons CLI to 1.5.0
     new 60767f3a2a Updating commons daemon to 1.3.1
     new 9b274b2a64 Updating logback to 1.2.11

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


[directory-server] 04/04: Updating logback to 1.2.11

Posted by co...@apache.org.
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

commit 9b274b2a64ef38af78aca3899dad8406d4fee9f7
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Jun 27 09:45:48 2022 +0100

    Updating logback to 1.2.11
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5b2812da0b..b3729b5968 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@
     <junit.jupiter.api.version>5.8.2</junit.jupiter.api.version>
     <kerby.version>2.0.2</kerby.version>
     <ldapsdk.version>4.1</ldapsdk.version>
-    <logback.version>1.2.10</logback.version>
+    <logback.version>1.2.11</logback.version>
     <maven.version>3.8.4</maven.version>
     <mina.core.version>2.1.5</mina.core.version>
     <org.apache.felix.version>7.0.3</org.apache.felix.version>


[directory-server] 02/04: Updating Commons CLI to 1.5.0

Posted by co...@apache.org.
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

commit fbef318db0f2c1c7e0d7fc025a3aefd653d6a484
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Jun 27 08:27:27 2022 +0100

    Updating Commons CLI to 1.5.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b5b78f4d2d..154df84837 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
     <!-- Set versions for depending jars -->
     <ant.version>1.10.12</ant.version>
     <bcprov.version>1.70</bcprov.version>
-    <commons.cli.version>1.4</commons.cli.version>
+    <commons.cli.version>1.5.0</commons.cli.version>
     <commons.codec.version>1.15</commons.codec.version>
     <commons.collections.version>4.4</commons.collections.version>
     <commons.daemon.version>1.2.4</commons.daemon.version>


[directory-server] 03/04: Updating commons daemon to 1.3.1

Posted by co...@apache.org.
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

commit 60767f3a2a0cd111f962d50629c3f3efebd452a4
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Jun 27 09:00:04 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 154df84837..5b2812da0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@
     <commons.cli.version>1.5.0</commons.cli.version>
     <commons.codec.version>1.15</commons.codec.version>
     <commons.collections.version>4.4</commons.collections.version>
-    <commons.daemon.version>1.2.4</commons.daemon.version>
+    <commons.daemon.version>1.3.1</commons.daemon.version>
     <commons.lang.version>3.12.0</commons.lang.version>
     <commons.net.version>3.8.0</commons.net.version>
     <commons.pool.version>2.11.1</commons.pool.version>


[directory-server] 01/04: Uodating Ant to 1.10.12

Posted by co...@apache.org.
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

commit e8e816d289e9c617dc045dc4f59a7ebe91530b60
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Jun 27 07:57:58 2022 +0100

    Uodating Ant to 1.10.12
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d3739bbe0e..b5b78f4d2d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
     <skin.version>1.0.3</skin.version>
     
     <!-- Set versions for depending jars -->
-    <ant.version>1.10.11</ant.version>
+    <ant.version>1.10.12</ant.version>
     <bcprov.version>1.70</bcprov.version>
     <commons.cli.version>1.4</commons.cli.version>
     <commons.codec.version>1.15</commons.codec.version>