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/23 02:49:54 UTC

[james-jspf] branch master updated (9354894 -> 5003673)

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-jspf.git.


    from 9354894  [Documentation] Retire HUPA
     new ed049ec  Upgrade junit 4.12 -> 4.13.2
     new 96ddafb  Upgrade slf4j 1.7.27 -> 1.7.32
     new 5003673  Upgrade logback-classic 1.2.3 -> 1.2.6

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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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


[james-jspf] 03/03: Upgrade logback-classic 1.2.3 -> 1.2.6

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-jspf.git

commit 500367320f7ba6637261a2f1efa776193551dd05
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Wed Sep 15 09:11:19 2021 +0700

    Upgrade logback-classic 1.2.3 -> 1.2.6
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 92d2134..718cb0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,7 @@
             <dependency>
                 <groupId>ch.qos.logback</groupId>
                 <artifactId>logback-classic</artifactId>
-                <version>1.2.3</version>
+                <version>1.2.6</version>
             </dependency>
             <dependency>
                 <groupId>commons-cli</groupId>

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


[james-jspf] 01/03: 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-jspf.git

commit ed049ec0ed91e49e4dcd54bc144dd9aed11dbb4e
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Wed Sep 15 09:07:54 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 3827177..d3194b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,7 @@
             <dependency>
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
-                <version>4.12</version>
+                <version>4.13.2</version>
                 <scope>test</scope>
             </dependency>
             <dependency>

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


[james-jspf] 02/03: Upgrade slf4j 1.7.27 -> 1.7.32

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-jspf.git

commit 96ddafb1e3b5e96090cdd32b039475bd2c9136d6
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Wed Sep 15 09:10:20 2021 +0700

    Upgrade slf4j 1.7.27 -> 1.7.32
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d3194b8..92d2134 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,7 +131,7 @@
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-api</artifactId>
-                <version>1.7.27</version>
+                <version>1.7.32</version>
             </dependency>
         </dependencies>
     </dependencyManagement>

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