summaryrefslogtreecommitdiffstats
path: root/auth/pom.xml
diff options
context:
space:
mode:
authorInstrumental <jcgmisc@stl.gathman.org>2018-04-11 14:13:46 -0500
committerInstrumental <jcgmisc@stl.gathman.org>2018-04-11 14:14:05 -0500
commit23a1c2ebc86885d2b62dc5b8afc842a3e730fdae (patch)
tree9280888e6537b16fdf96fe92f5d33edd77ecb8e8 /auth/pom.xml
parent9d4f038670343ddd8d9edf797c98aecad2d35ff0 (diff)
Update netty-handler version
Issue-ID: AAF-228 Change-Id: Ic08c2adb0bd859d8864d5a515b15f4a3c15055ea Signed-off-by: Instrumental <jcgmisc@stl.gathman.org>
Diffstat (limited to 'auth/pom.xml')
-rw-r--r--auth/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/auth/pom.xml b/auth/pom.xml
index 458177bb..777480ea 100644
--- a/auth/pom.xml
+++ b/auth/pom.xml
@@ -512,6 +512,15 @@
</exclusion>
</exclusions>
</dependency>
+
+ <!-- Note: Ensure DataStax uses more up-to-date netty handler -->
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-handler</artifactId>
+ <version>4.1.22.Final</version>
+ </dependency>
+
+
<dependency>
<groupId>org.slf4j</groupId>