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 89e2edb8327ade07f81afff5a38c8c98ed90b064 Author: Matthieu Baechler <[email protected]> AuthorDate: Fri Feb 14 11:46:40 2020 +0100 JAMES-3028 try to align netty libraries to solve a concurrency issue --- server/blob/blob-s3/pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/server/blob/blob-s3/pom.xml b/server/blob/blob-s3/pom.xml index 0d49b94..b57a33b 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.41</s3-sdk.version> + <s3-sdk.version>2.10.64</s3-sdk.version> </properties> <parent> @@ -69,6 +69,16 @@ <artifactId>javax.annotation-api</artifactId> </dependency> <dependency> + <groupId>io.netty</groupId> + <artifactId>netty-codec</artifactId> + <version>4.1.42.Final</version> + </dependency> + <dependency> + <groupId>io.netty</groupId> + <artifactId>netty-handler</artifactId> + <version>4.1.42.Final</version> + </dependency> + <dependency> <groupId>io.projectreactor.addons</groupId> <artifactId>reactor-extra</artifactId> </dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
