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/26 21:25:53 UTC

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

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 e759d51e5f Upodating Jetty to 9.4.48.v20220622
     new eed673f124 Updating Jetty bundle version
     new 0ed0bdae59 Updating Kerby to 2.0.2

The 2 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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[directory-server] 02/02: Updating Kerby to 2.0.2

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 0ed0bdae59d6ebe03789656fe6c13ca0b7ca5c6b
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Sun Jun 26 22:25:42 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 6b4b23ed62..d3739bbe0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@
     <!-- The Jetty bundle exports are using version 9.4.5, not 9.4.5.v20170502... -->
     <jetty.bundle.version>9.4.48</jetty.bundle.version>
     <junit.jupiter.api.version>5.8.2</junit.jupiter.api.version>
-    <kerby.version>2.0.1</kerby.version>
+    <kerby.version>2.0.2</kerby.version>
     <ldapsdk.version>4.1</ldapsdk.version>
     <logback.version>1.2.10</logback.version>
     <maven.version>3.8.4</maven.version>


[directory-server] 01/02: Updating Jetty bundle version

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 eed673f12473f05fec3a0cd32a5e35ba6267f825
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Sun Jun 26 22:25:31 2022 +0100

    Updating Jetty bundle version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 49dfcecd9b..6b4b23ed62 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
     <hamcrest.version>2.2</hamcrest.version>
     <jetty.version>9.4.48.v20220622</jetty.version>
     <!-- The Jetty bundle exports are using version 9.4.5, not 9.4.5.v20170502... -->
-    <jetty.bundle.version>9.4.45</jetty.bundle.version>
+    <jetty.bundle.version>9.4.48</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>