You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2021/09/18 09:31:01 UTC

[james-jdkim] branch master updated (7ba6f3c -> 87e8195)

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

btellier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-jdkim.git.


    from 7ba6f3c  [Documentation] Retire HUPA
     new 50f8c1e  Upgrade DNS Java 2.1.9 -> 3.4.1
     new f3c2b9a  Upgrade commons-codec 1.13 -> 1.15
     new 70ed6a0  Upgrade junit 4.12 -> 4.13.2
     new 081d084  Upgrade log4j 2.12.1 -> 2.14.1
     new 87e8195  Upgrade wagon-ssh 3.3.3 -> 3.4.3

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

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[james-jdkim] 02/05: Upgrade commons-codec 1.13 -> 1.15

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

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-jdkim.git

commit f3c2b9af74c2b028ff811063c643bf1eb70be3bb
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Wed Sep 15 08:58:53 2021 +0700

    Upgrade commons-codec 1.13 -> 1.15
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dd35719..1eadf20 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
 
     <properties>
         <apache-mime4j.version>0.8.3</apache-mime4j.version>
-        <commons-codec.version>1.13</commons-codec.version>
+        <commons-codec.version>1.15</commons-codec.version>
         <commons-logging.version>1.2</commons-logging.version>
         <dnsjava.version>3.4.1</dnsjava.version>
         <james-skin.version>1.8</james-skin.version>

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[james-jdkim] 05/05: Upgrade wagon-ssh 3.3.3 -> 3.4.3

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

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-jdkim.git

commit 87e81951a9782cab589b501ad80ec5891dd5e234
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Wed Sep 15 09:02:13 2021 +0700

    Upgrade wagon-ssh 3.3.3 -> 3.4.3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f99d574..b4b3591 100644
--- a/pom.xml
+++ b/pom.xml
@@ -183,7 +183,7 @@
                     <dependency>
                         <groupId>org.apache.maven.wagon</groupId>
                         <artifactId>wagon-ssh</artifactId>
-                        <version>3.3.3</version>
+                        <version>3.4.3</version>
                     </dependency>
                 </dependencies>
             </plugin>

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[james-jdkim] 03/05: Upgrade junit 4.12 -> 4.13.2

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

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-jdkim.git

commit 70ed6a0e3194625809b60afa4e8df70126ec1603
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Wed Sep 15 08:59:42 2021 +0700

    Upgrade junit 4.12 -> 4.13.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1eadf20..5680f18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
         <commons-logging.version>1.2</commons-logging.version>
         <dnsjava.version>3.4.1</dnsjava.version>
         <james-skin.version>1.8</james-skin.version>
-        <junit.version>4.12</junit.version>
+        <junit.version>4.13.2</junit.version>
         <log4j.version>2.12.1</log4j.version>
         <not-yet-commons-ssl.version>0.3.11</not-yet-commons-ssl.version>
         <target.jdk>1.8</target.jdk>

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[james-jdkim] 01/05: Upgrade DNS Java 2.1.9 -> 3.4.1

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

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-jdkim.git

commit 50f8c1e4d8861fcba7322c07dd49d07c11073415
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Wed Sep 15 08:58:27 2021 +0700

    Upgrade DNS Java 2.1.9 -> 3.4.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7167b52..dd35719 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@
         <apache-mime4j.version>0.8.3</apache-mime4j.version>
         <commons-codec.version>1.13</commons-codec.version>
         <commons-logging.version>1.2</commons-logging.version>
-        <dnsjava.version>2.1.9</dnsjava.version>
+        <dnsjava.version>3.4.1</dnsjava.version>
         <james-skin.version>1.8</james-skin.version>
         <junit.version>4.12</junit.version>
         <log4j.version>2.12.1</log4j.version>

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[james-jdkim] 04/05: Upgrade log4j 2.12.1 -> 2.14.1

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

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-jdkim.git

commit 081d084eefa8a6485a22cfaaeed6e7a4406a6e5d
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Wed Sep 15 09:00:10 2021 +0700

    Upgrade log4j 2.12.1 -> 2.14.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5680f18..f99d574 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
         <dnsjava.version>3.4.1</dnsjava.version>
         <james-skin.version>1.8</james-skin.version>
         <junit.version>4.13.2</junit.version>
-        <log4j.version>2.12.1</log4j.version>
+        <log4j.version>2.14.1</log4j.version>
         <not-yet-commons-ssl.version>0.3.11</not-yet-commons-ssl.version>
         <target.jdk>1.8</target.jdk>
     </properties>

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org