Browse Source

Upgrade to Netty 4.1.20

pull/1649/head
Juergen Hoeller 8 years ago
parent
commit
3dd6c19c6d
  1. 2
      build.gradle

2
build.gradle

@ -52,7 +52,7 @@ configure(allprojects) { project -> @@ -52,7 +52,7 @@ configure(allprojects) { project ->
ext.junitVintageVersion = "4.12.3"
ext.kotlinVersion = "1.2.20"
ext.log4jVersion = "2.10.0"
ext.nettyVersion = "4.1.19.Final"
ext.nettyVersion = "4.1.20.Final"
ext.reactorVersion = "Bismuth-BUILD-SNAPSHOT"
ext.rxjavaVersion = "1.3.4"
ext.rxjavaAdapterVersion = "1.2.1"

Loading…
Cancel
Save