From f4eab500aaaedb988c5f1268bd13bee6b6a0d7b7 Mon Sep 17 00:00:00 2001 From: Simon Willnauer Date: Wed, 14 Oct 2015 09:53:07 +0200 Subject: [PATCH] Upgrade Netty to 3.10.5.final This fixes a critical bug in SSL handling. See http://netty.io/news/2015/10/13/3-10-5-Final.html --- distribution/licenses/netty-3.10.3.Final.jar.sha1 | 1 - distribution/licenses/netty-3.10.5.Final.jar.sha1 | 1 + pom.xml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 distribution/licenses/netty-3.10.3.Final.jar.sha1 create mode 100644 distribution/licenses/netty-3.10.5.Final.jar.sha1 diff --git a/distribution/licenses/netty-3.10.3.Final.jar.sha1 b/distribution/licenses/netty-3.10.3.Final.jar.sha1 deleted file mode 100644 index 097fe6e844203..0000000000000 --- a/distribution/licenses/netty-3.10.3.Final.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -15adf7ddece077d7dc429db058981f528d1c899a \ No newline at end of file diff --git a/distribution/licenses/netty-3.10.5.Final.jar.sha1 b/distribution/licenses/netty-3.10.5.Final.jar.sha1 new file mode 100644 index 0000000000000..6f190752e9eee --- /dev/null +++ b/distribution/licenses/netty-3.10.5.Final.jar.sha1 @@ -0,0 +1 @@ +9ca7d55d246092bddd29b867706e2f6c7db701a0 diff --git a/pom.xml b/pom.xml index c1525ee514a47..8677197982923 100644 --- a/pom.xml +++ b/pom.xml @@ -378,7 +378,7 @@ io.netty netty - 3.10.3.Final + 3.10.5.Final