Upgrade to Netty 4.1

Issue: SPR-14143
This commit is contained in:
Juergen Hoeller
2016-04-11 12:20:13 +02:00
parent 4407bd794d
commit 21e4ac1aa2
3 changed files with 12 additions and 10 deletions

View File

@@ -63,9 +63,9 @@ configure(allprojects) { project ->
ext.jsonpathVersion = "2.2.0"
ext.jtaVersion = "1.2"
ext.junitVersion = "4.12"
ext.nettyVersion = "4.0.36.Final"
ext.okhttp3Version = "3.2.0"
ext.nettyVersion = "4.1.0.CR7"
ext.okhttpVersion = "2.7.5"
ext.okhttp3Version = "3.2.0"
ext.openjpaVersion = "2.4.1"
ext.poiVersion = "3.14"
ext.protobufVersion = "2.6.1"