Browse Source

Upgrade to Netty 4.1.22

pull/1723/head
Juergen Hoeller 8 years ago
parent
commit
0a3a82fd83
  1. 2
      build.gradle

2
build.gradle

@ -62,7 +62,7 @@ configure(allprojects) { project -> @@ -62,7 +62,7 @@ configure(allprojects) { project ->
ext.jtaVersion = "1.2"
ext.junitVersion = "4.12"
ext.log4jVersion = "1.2.17"
ext.nettyVersion = "4.1.21.Final"
ext.nettyVersion = "4.1.22.Final"
ext.okhttpVersion = "2.7.5"
ext.okhttp3Version = "3.8.1"
ext.openjpaVersion = "2.4.2"

Loading…
Cancel
Save