You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2022/09/19 11:12:33 UTC

[james-project] branch 3.7.x updated (b727dec24b -> e8da16cd5e)

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

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


    from b727dec24b JAMES-3810 Decrease slice browsing concurrency
     new 806eb833b9 [Upgrade] Maven org.apache.commons:commons-configuration2 2.7 -> 2.8.0
     new 2e8bcb31f2 [Upgrade] Maven org.apache.activemq:activemq-broker 5.16.3 -> 5.17.2
     new 72d8f722c4 [Upgrade] Maven com.fasterxml.jackson.dataformat:jackson-dataformat-cbor 2.13.1 -> 2.13.4
     new a24fa92c30 [Upgrade] Maven org.jsoup:jsoup 1.14.3 -> 1.15.3
     new a8ba0c1260 [Upgrade] Maven logback 1.2.10 -> 1.4.0
     new 24b87c8bd3 [Upgrade] Maven netty4 4.1.72.Final -> 4.1.81.Final
     new e8da16cd5e [Upgrade] Maven slf4j 1.7.32 -> 2.0.1

The 7 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:
 backends-common/elasticsearch-v7/pom.xml |  2 +-
 pom.xml                                  | 12 ++++++------
 server/blob/blob-s3/pom.xml              |  2 +-
 server/queue/queue-activemq/pom.xml      |  2 +-
 4 files changed, 9 insertions(+), 9 deletions(-)


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


[james-project] 05/07: [Upgrade] Maven logback 1.2.10 -> 1.4.0

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

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

commit a8ba0c12600b9736f96c589e9b9d45d6bc2719e6
Author: Tung Van TRAN <vt...@linagora.com>
AuthorDate: Fri Sep 16 17:25:57 2022 +0700

    [Upgrade] Maven logback 1.2.10 -> 1.4.0
    
    - Fix CVE
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e9b381215c..c62e7a066d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -642,7 +642,7 @@
         <lucene.version>3.6.2</lucene.version>
         <jasypt.version>1.9.3</jasypt.version>
         <guice.version>5.0.1</guice.version>
-        <logback.version>1.2.10</logback.version>
+        <logback.version>1.4.0</logback.version>
         <tink.version>1.6.1</tink.version>
 
         <bouncycastle.version>1.70</bouncycastle.version>


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


[james-project] 03/07: [Upgrade] Maven com.fasterxml.jackson.dataformat:jackson-dataformat-cbor 2.13.1 -> 2.13.4

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

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

commit 72d8f722c4e9c09b08e27bd5d6b072f884b96db7
Author: Tung Van TRAN <vt...@linagora.com>
AuthorDate: Fri Sep 16 17:23:32 2022 +0700

    [Upgrade] Maven com.fasterxml.jackson.dataformat:jackson-dataformat-cbor 2.13.1 -> 2.13.4
    
    - Fix CVE
---
 backends-common/elasticsearch-v7/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/backends-common/elasticsearch-v7/pom.xml b/backends-common/elasticsearch-v7/pom.xml
index 8c129ba2de..13c66471d1 100644
--- a/backends-common/elasticsearch-v7/pom.xml
+++ b/backends-common/elasticsearch-v7/pom.xml
@@ -51,7 +51,7 @@
         <dependency>
             <groupId>com.fasterxml.jackson.dataformat</groupId>
             <artifactId>jackson-dataformat-cbor</artifactId>
-            <version>2.13.1</version>
+            <version>2.13.4</version>
         </dependency>
 
         <dependency>


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


[james-project] 02/07: [Upgrade] Maven org.apache.activemq:activemq-broker 5.16.3 -> 5.17.2

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

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

commit 2e8bcb31f2e75848ff42fdacfca36599beef4007
Author: Tung Van TRAN <vt...@linagora.com>
AuthorDate: Fri Sep 16 17:21:10 2022 +0700

    [Upgrade] Maven org.apache.activemq:activemq-broker 5.16.3 -> 5.17.2
    
    - Fix CVE
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cf13838982..d90997dceb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -588,7 +588,7 @@
 
         <james.groupId>org.apache.james</james.groupId>
         <james.protocols.groupId>${james.groupId}.protocols</james.protocols.groupId>
-        <activemq.version>5.16.3</activemq.version>
+        <activemq.version>5.17.2</activemq.version>
         <apache-mime4j.version>0.8.7</apache-mime4j.version>
         <apache.openjpa.version>3.2.0</apache.openjpa.version>
         <derby.version>10.14.2.0</derby.version>


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


[james-project] 07/07: [Upgrade] Maven slf4j 1.7.32 -> 2.0.1

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

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

commit e8da16cd5e35d6514fa2bd3d5bab5d5b33028359
Author: Tung Van TRAN <vt...@linagora.com>
AuthorDate: Mon Sep 19 08:12:41 2022 +0700

    [Upgrade] Maven slf4j 1.7.32 -> 2.0.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c62e7a066d..784dc7bb35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -602,7 +602,7 @@
         <apache-jspf-resolver.version>1.0.1</apache-jspf-resolver.version>
         <javamail.version>1.5.4</javamail.version>
         <javax-activation.version>1.1.1</javax-activation.version>
-        <slf4j.version>1.7.32</slf4j.version>
+        <slf4j.version>2.0.1</slf4j.version>
 
         <dnsjava.version>3.4.3</dnsjava.version>
         <junit.jupiter.version>5.7.0</junit.jupiter.version>


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


[james-project] 06/07: [Upgrade] Maven netty4 4.1.72.Final -> 4.1.81.Final

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

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

commit 24b87c8bd3a320e0f01e6c2010067ff808688513
Author: Tung Van TRAN <vt...@linagora.com>
AuthorDate: Fri Sep 16 17:33:42 2022 +0700

    [Upgrade] Maven netty4 4.1.72.Final -> 4.1.81.Final
---
 server/blob/blob-s3/pom.xml         | 2 +-
 server/queue/queue-activemq/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/server/blob/blob-s3/pom.xml b/server/blob/blob-s3/pom.xml
index aa93289261..97466d3ff8 100644
--- a/server/blob/blob-s3/pom.xml
+++ b/server/blob/blob-s3/pom.xml
@@ -34,7 +34,7 @@
 
     <properties>
         <s3-sdk.version>2.17.107</s3-sdk.version>
-        <netty.version>4.1.72.Final</netty.version>
+        <netty.version>4.1.81.Final</netty.version>
     </properties>
 
     <dependencies>
diff --git a/server/queue/queue-activemq/pom.xml b/server/queue/queue-activemq/pom.xml
index b7d7b9df2a..78e9ef1d50 100644
--- a/server/queue/queue-activemq/pom.xml
+++ b/server/queue/queue-activemq/pom.xml
@@ -38,7 +38,7 @@
             <?SORTPOM IGNORE?>
             <groupId>io.netty</groupId>
             <artifactId>netty-transport</artifactId>
-            <version>4.1.72.Final</version>
+            <version>4.1.81.Final</version>
             <?SORTPOM RESUME?>
         </dependency>
         <dependency>


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


[james-project] 01/07: [Upgrade] Maven org.apache.commons:commons-configuration2 2.7 -> 2.8.0

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

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

commit 806eb833b93649f8ea70c077409f0a96165e3607
Author: Tung Van TRAN <vt...@linagora.com>
AuthorDate: Fri Sep 16 17:20:19 2022 +0700

    [Upgrade] Maven org.apache.commons:commons-configuration2 2.7 -> 2.8.0
    
    - Fix CVE
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2185426093..cf13838982 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2441,7 +2441,7 @@
                         <groupId>org.springframework.osgi</groupId>
                         <artifactId>spring-osgi-core</artifactId>
                     </exclusion>
-                    <!-- exlude this, its only used in the authentication plugin which we don't use -->
+                    <!-- exclude this, it's only used in the authentication plugin which we don't use -->
                     <exclusion>
                         <groupId>com.ibm.icu</groupId>
                         <artifactId>icu4j</artifactId>
@@ -2482,7 +2482,7 @@
             <dependency>
                 <groupId>org.apache.commons</groupId>
                 <artifactId>commons-configuration2</artifactId>
-                <version>2.7</version>
+                <version>2.8.0</version>
                 <exclusions>
                     <exclusion>
                         <groupId>commons-logging</groupId>


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


[james-project] 04/07: [Upgrade] Maven org.jsoup:jsoup 1.14.3 -> 1.15.3

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

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

commit a24fa92c30c881ccb7e8a9a23e12dee07779feda
Author: Tung Van TRAN <vt...@linagora.com>
AuthorDate: Fri Sep 16 17:24:45 2022 +0700

    [Upgrade] Maven org.jsoup:jsoup 1.14.3 -> 1.15.3
    
    - Fix CVE
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d90997dceb..e9b381215c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2654,7 +2654,7 @@
             <dependency>
                 <groupId>org.jsoup</groupId>
                 <artifactId>jsoup</artifactId>
-                <version>1.14.3</version>
+                <version>1.15.3</version>
             </dependency>
             <dependency>
                 <groupId>org.junit.jupiter</groupId>


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