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

commit 10d20fd3905f33d46e439b26283440129bb06dc1
Author: Rene Cordier <[email protected]>
AuthorDate: Tue Sep 8 17:01:23 2020 +0700

    JAMES-3028 Bump up s3-sdk to latest version and align netty libs with it
---
 server/blob/blob-s3/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/server/blob/blob-s3/pom.xml b/server/blob/blob-s3/pom.xml
index 31cf300..02c7f61 100644
--- a/server/blob/blob-s3/pom.xml
+++ b/server/blob/blob-s3/pom.xml
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <properties>
-        <s3-sdk.version>2.10.64</s3-sdk.version>
+        <s3-sdk.version>2.14.12</s3-sdk.version>
     </properties>
 
     <parent>
@@ -76,12 +76,12 @@
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-codec</artifactId>
-            <version>4.1.42.Final</version>
+            <version>4.1.46.Final</version>
         </dependency>
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-handler</artifactId>
-            <version>4.1.42.Final</version>
+            <version>4.1.46.Final</version>
         </dependency>
         <dependency>
             <groupId>io.projectreactor.addons</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to