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 16:39:40 UTC

[directory-server] branch master updated (402736a93f -> f09fa5106d)

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 402736a93f Updating Felix to 7.0.5
     new b9582a1327 Updating Mina to 2.1.6
     new f09fa5106d Updating caffeine to 2.9.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] 01/02: Updating Mina to 2.1.6

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 b9582a1327ac8561b6d50611d3ef3771c1c7eb5f
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Jun 27 17:39:14 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index f667733df3..4e69bf2ae5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,7 @@
     <ldapsdk.version>4.1</ldapsdk.version>
     <logback.version>1.2.11</logback.version>
     <maven.version>3.8.6</maven.version>
-    <mina.core.version>2.1.5</mina.core.version>
+    <mina.core.version>2.1.6</mina.core.version>
     <org.apache.felix.version>7.0.5</org.apache.felix.version>
     <pax-exam.version>4.13.4</pax-exam.version>
     <pax-url.version>2.6.11</pax-url.version>


[directory-server] 02/02: Updating caffeine to 2.9.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 f09fa5106dc7ba8928b94fbac5c353f81e3941c4
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Jun 27 17:39:29 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 4e69bf2ae5..b77ad3652a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,7 @@
     <commons.net.version>3.8.0</commons.net.version>
     <commons.pool.version>2.11.1</commons.pool.version>
     <dnsjava.version>2.1.9</dnsjava.version>
-    <caffeine.version>2.7.0</caffeine.version>
+    <caffeine.version>2.9.2</caffeine.version>
     <findbugs.annotations.version>1.0.0</findbugs.annotations.version>
     <forbiddenapis.version>2.6</forbiddenapis.version>
     <hamcrest.version>2.2</hamcrest.version>