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 2023/03/30 11:39:07 UTC

[directory-kerby] branch 1.1.x-fixes updated (223ada9f -> 10f8142a)

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

coheigea pushed a change to branch 1.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/directory-kerby.git


    from 223ada9f DIRKRB-747 - Date encoding is buggy with JDK 15 and non-Arabic (Western) numerals
     new 46138b92 Updating Nimbus and JUnit
     new fc343d24 Updating Netty to 4.1.89.Final
     new 10f8142a Updating Zookeeper to 3.4.14

The 3 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:
 kerby-backend/zookeeper-backend/pom.xml | 2 +-
 pom.xml                                 | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)


[directory-kerby] 03/03: Updating Zookeeper to 3.4.14

Posted by co...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 10f8142acc51f2856c764d3faa22aa2696976149
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Mar 30 12:20:03 2023 +0100

    Updating Zookeeper to 3.4.14
---
 kerby-backend/zookeeper-backend/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kerby-backend/zookeeper-backend/pom.xml b/kerby-backend/zookeeper-backend/pom.xml
index e7b617a7..9fce45de 100644
--- a/kerby-backend/zookeeper-backend/pom.xml
+++ b/kerby-backend/zookeeper-backend/pom.xml
@@ -27,7 +27,7 @@
   <packaging>jar</packaging>
 
   <properties>
-    <zookeeper.version>3.4.13</zookeeper.version>
+    <zookeeper.version>3.4.14</zookeeper.version>
   </properties>
 
   <dependencies>


[directory-kerby] 01/03: Updating Nimbus and JUnit

Posted by co...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 46138b929773713ffcdcfcd52ae3a2513a5c5e1e
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Mar 30 12:11:47 2023 +0100

    Updating Nimbus and JUnit
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3279a81a..dfd4d469 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,8 +52,8 @@
     <gson.version>2.8.9</gson.version>
     <ldap.api.version>1.0.1</ldap.api.version>
     <log4j.version>1.2.17</log4j.version>
-    <junit.version>4.12</junit.version>
-    <nimbus.jose.version>8.2.1</nimbus.jose.version>
+    <junit.version>4.13.2</junit.version>
+    <nimbus.jose.version>9.30.2</nimbus.jose.version>
     <slf4j.version>1.7.26</slf4j.version>
     <assertj.version>2.6.0</assertj.version>
     <findbugs.version>3.0.4</findbugs.version>


[directory-kerby] 02/03: Updating Netty to 4.1.89.Final

Posted by co...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit fc343d248749f44700f000c0a8ef62f501078fbe
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Mar 30 12:17:17 2023 +0100

    Updating Netty to 4.1.89.Final
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dfd4d469..3b16884e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,7 @@
     <maven-javadoc-plugin.version>3.0.1</maven-javadoc-plugin.version>
     <maven-jxr-plugin.version>2.5</maven-jxr-plugin.version>
     <mockito.version>2.7.22</mockito.version>
-    <netty.version>4.0.52.Final</netty.version>
+    <netty.version>4.1.89.Final</netty.version>
   </properties>
 
   <prerequisites>