You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by uc...@apache.org on 2015/09/23 20:00:12 UTC

[2/2] flink git commit: Bump Netty version to 4.0.31.Final

Bump Netty version to 4.0.31.Final

This closes #1174


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/72120425
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/72120425
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/72120425

Branch: refs/heads/master
Commit: 721204258139e0e523e05c0c6d70c7bd2ec5a3e4
Parents: 1e5b74a
Author: Ufuk Celebi <uc...@apache.org>
Authored: Wed Sep 23 19:58:17 2015 +0200
Committer: Ufuk Celebi <uc...@apache.org>
Committed: Wed Sep 23 19:59:37 2015 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/72120425/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f6d7376..6603e81 100644
--- a/pom.xml
+++ b/pom.xml
@@ -344,7 +344,7 @@ under the License.
 			<dependency>
 				<groupId>io.netty</groupId>
 				<artifactId>netty-all</artifactId>
-				<version>4.0.27.Final</version>
+				<version>4.0.31.Final</version>
 			</dependency>
 		</dependencies>
 	</dependencyManagement>