You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by rc...@apache.org on 2021/01/29 03:09:11 UTC

[james-project] 11/13: JAMES-3494 Fix netty version

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

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

commit d3195ac0104af8dc15ed8ce826d2c796be509bfd
Author: RĂ©mi Kowalski <rk...@linagora.com>
AuthorDate: Tue Jan 26 16:49:09 2021 +0100

    JAMES-3494 Fix netty version
    
    The conflict between version from reactor-netty was causing JamesServerJmap to not handle request
    in projects depending on activeMQ
---
 server/blob/blob-s3/pom.xml         | 4 ++--
 server/queue/queue-activemq/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/server/blob/blob-s3/pom.xml b/server/blob/blob-s3/pom.xml
index 00ffb49..4bc87ab 100644
--- a/server/blob/blob-s3/pom.xml
+++ b/server/blob/blob-s3/pom.xml
@@ -76,12 +76,12 @@
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-codec</artifactId>
-            <version>4.1.46.Final</version>
+            <version>4.1.56.Final</version>
         </dependency>
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-handler</artifactId>
-            <version>4.1.46.Final</version>
+            <version>4.1.56.Final</version>
         </dependency>
         <dependency>
             <groupId>io.projectreactor.addons</groupId>
diff --git a/server/queue/queue-activemq/pom.xml b/server/queue/queue-activemq/pom.xml
index a3c1a0c..8cd7f4b 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.48.Final</version>
+            <version>4.1.56.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