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/02/15 07:34:49 UTC

[directory-server] branch master updated (b9a91e1 -> ec02bed)

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 b9a91e1  Updating Jetty to 9.4.45.v20220203
     new 1f9dbfb  Updating Jetty bundle to 9.4.45 as well
     new ce70650  Updating BouncyCastle to 1.70
     new afe27b7  Updating Maven to 3.8.4
     new ec02bed  Updating logback to 1.2.10

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] 01/04: Updating Jetty bundle to 9.4.45 as well

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 1f9dbfb0a6aede9d915ad216288f03bb65ab1fe9
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Feb 15 07:10:49 2022 +0000

    Updating Jetty bundle to 9.4.45 as well
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3d1a0d8..8b010aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
     <hamcrest.version>2.2</hamcrest.version>
     <jetty.version>9.4.45.v20220203</jetty.version>
     <!-- The Jetty bundle exports are using version 9.4.5, not 9.4.5.v20170502... -->
-    <jetty.bundle.version>9.4.19</jetty.bundle.version>
+    <jetty.bundle.version>9.4.45</jetty.bundle.version>
     <junit.jupiter.api.version>5.8.2</junit.jupiter.api.version>
     <kerby.version>2.0.1</kerby.version>
     <ldapsdk.version>4.1</ldapsdk.version>

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

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 ec02bedc909dfcd27a1a1ef2b45b25b5e274ad9b
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Feb 15 07:34:30 2022 +0000

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

diff --git a/pom.xml b/pom.xml
index 9913c78..0776a09 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,7 +74,7 @@
     <kerby.version>2.0.1</kerby.version>
     <ldapsdk.version>4.1</ldapsdk.version>
     <log4j.version>1.2.17</log4j.version>
-    <logback.version>1.2.3</logback.version>
+    <logback.version>1.2.10</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 BouncyCastle to 1.70

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 ce7065007096f2947b5e2714312706de50d8b7ec
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Feb 15 07:11:08 2022 +0000

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

diff --git a/pom.xml b/pom.xml
index 8b010aa..2a855e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
     
     <!-- Set versions for depending jars -->
     <ant.version>1.10.11</ant.version>
-    <bcprov.version>1.69</bcprov.version>
+    <bcprov.version>1.70</bcprov.version>
     <commons.cli.version>1.4</commons.cli.version>
     <commons.codec.version>1.15</commons.codec.version>
     <commons.collections.version>4.4</commons.collections.version>

[directory-server] 03/04: Updating Maven to 3.8.4

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 afe27b773ac8d0dd126163c36e3cc45a30a49709
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Feb 15 07:11:21 2022 +0000

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

diff --git a/pom.xml b/pom.xml
index 2a855e8..9913c78 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,7 @@
     <ldapsdk.version>4.1</ldapsdk.version>
     <log4j.version>1.2.17</log4j.version>
     <logback.version>1.2.3</logback.version>
-    <maven.version>3.8.1</maven.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>
     <pax-exam.version>4.13.4</pax-exam.version>