This is an automated email from the ASF dual-hosted git repository.
iwasakims pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.2 by this push:
new bd5b59f HADOOP-15849. Upgrade netty version to 3.10.6.
bd5b59f is described below
commit bd5b59feead36079349b529968842e2dc946a6d9
Author: Xiao Chen <[email protected]>
AuthorDate: Sat Oct 13 20:21:36 2018 -0700
HADOOP-15849. Upgrade netty version to 3.10.6.
(cherry picked from commit 8853fc8a55b07ecdc5ce8d85278b822e5675d97a)
---
hadoop-project/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 5b7f2d3..f75a598 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -833,7 +833,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
- <version>3.10.5.Final</version>
+ <version>3.10.6.Final</version>
</dependency>
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]