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 2014/07/30 01:03:47 UTC

[2/2] git commit: Update Netty dependency to 4.0.21.Final

Update Netty dependency to 4.0.21.Final


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

Branch: refs/heads/master
Commit: a45c14b6ddc236f0df62aaad37bb31b9ad8f211c
Parents: 5251263
Author: uce <u....@fu-berlin.de>
Authored: Tue Jul 29 17:42:13 2014 +0200
Committer: uce <u....@fu-berlin.de>
Committed: Wed Jul 30 01:03:25 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/a45c14b6/flink-runtime/pom.xml
----------------------------------------------------------------------
diff --git a/flink-runtime/pom.xml b/flink-runtime/pom.xml
index 487beca..7bb49f4 100644
--- a/flink-runtime/pom.xml
+++ b/flink-runtime/pom.xml
@@ -75,7 +75,7 @@ under the License.
 		<dependency>
 			<groupId>io.netty</groupId>
 			<artifactId>netty-all</artifactId>
-			<version>4.0.20.Final</version>
+			<version>4.0.21.Final</version>
 		</dependency>
 
 		<dependency>