From 14fb1907728e3fab9a58242e2626e3b8c89f01b5 Mon Sep 17 00:00:00 2001 From: Nikita Date: Tue, 24 Jan 2017 10:14:39 +0300 Subject: [PATCH] netty updated to 4.1.7 --- redisson/pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/redisson/pom.xml b/redisson/pom.xml index 5ab0b9218..58169aaa2 100644 --- a/redisson/pom.xml +++ b/redisson/pom.xml @@ -34,33 +34,33 @@ io.netty netty-transport-native-epoll - 4.1.6.Final + 4.1.7.Final provided io.netty netty-common - 4.1.6.Final + 4.1.7.Final io.netty netty-codec - 4.1.6.Final + 4.1.7.Final io.netty netty-buffer - 4.1.6.Final + 4.1.7.Final io.netty netty-transport - 4.1.6.Final + 4.1.7.Final io.netty netty-handler - 4.1.6.Final + 4.1.7.Final