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 10:15:21 UTC

[directory-kerby] branch 1.1.x-fixes updated (9c30c050 -> 0c3e824b)

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 9c30c050 JWT fix
     new 6ecebe6d Bumping commons io to 2.7
     new 002e6c05 Updating Commons IO to 2.8.0
     new 0c3e824b Updating gson to 2.8.9

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:
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[directory-kerby] 03/03: Updating gson to 2.8.9

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 0c3e824b63b36ff81f7523e13827c5df917210e1
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Mar 30 11:13:04 2023 +0100

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

diff --git a/pom.xml b/pom.xml
index 5aa0a4aa..53100f02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
   <properties>
     <apacheds.version>2.0.0-M24</apacheds.version>
     <commons-io.version>2.8.0</commons-io.version>
-    <gson.version>2.6.2</gson.version>
+    <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>


[directory-kerby] 02/03: Updating Commons IO to 2.8.0

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 002e6c05ed0e9d776304e50113dfa3a4287fe3e0
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Feb 9 06:34:24 2021 +0000

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

diff --git a/pom.xml b/pom.xml
index 1ee51262..5aa0a4aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
 
   <properties>
     <apacheds.version>2.0.0-M24</apacheds.version>
-    <commons-io.version>2.7</commons-io.version>
+    <commons-io.version>2.8.0</commons-io.version>
     <gson.version>2.6.2</gson.version>
     <ldap.api.version>1.0.1</ldap.api.version>
     <log4j.version>1.2.17</log4j.version>


[directory-kerby] 01/03: Bumping commons io to 2.7

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 6ecebe6d6bba67f9825df13c29be13d9875baf5e
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Jun 8 08:04:23 2020 +0100

    Bumping commons io to 2.7
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 06ed7bdf..1ee51262 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
 
   <properties>
     <apacheds.version>2.0.0-M24</apacheds.version>
-    <commons-io.version>2.6</commons-io.version>
+    <commons-io.version>2.7</commons-io.version>
     <gson.version>2.6.2</gson.version>
     <ldap.api.version>1.0.1</ldap.api.version>
     <log4j.version>1.2.17</log4j.version>