Upgrade Netty to 4.0.28.Final
This commit is contained in:
parent
fcf75c90b1
commit
7ea50238a6
|
|
@ -50,7 +50,7 @@ configure(allprojects) { project ->
|
|||
ext.jrubyVersion = "1.7.19"
|
||||
ext.jtaVersion = "1.2"
|
||||
ext.junitVersion = "4.12"
|
||||
ext.nettyVersion = "4.0.27.Final"
|
||||
ext.nettyVersion = "4.0.28.Final"
|
||||
ext.openjpaVersion = "2.2.2" // 2.3.0 not Java 8 compatible (based on ASM 4)
|
||||
ext.protobufVersion = "2.6.1"
|
||||
ext.reactorVersion = "2.0.1.RELEASE"
|
||||
|
|
|
|||
Loading…
Reference in New Issue