From 22d651b3dd71b72d27c2e295db4b87d3dbb58ea2 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sat, 30 Sep 2017 15:20:29 +0200 Subject: [PATCH] Set version of netty-transport to 4.1.15.Final as well. I had a java.lang.NoSuchMethodError: io.netty.util.internal.PlatformDependent.newAtomicIntegerFieldUpdater because of conflicting netty versions. This pr updates the old(maybe forgotten) netty dependencies to 4.1.15.Final. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 19a8a56..907fcbb 100644 --- a/pom.xml +++ b/pom.xml @@ -108,7 +108,7 @@ io.netty netty-transport - 4.1.5.Final + 4.1.15.Final io.netty