Upgrade to Netty 4.1.27 and Commons Pool 2.6

This commit is contained in:
Juergen Hoeller 2018-07-12 16:53:37 +02:00
parent 32b75221b3
commit f123d6c3bc
3 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ ext {
junitVintageVersion = "5.2.0"
kotlinVersion = "1.2.51"
log4jVersion = "2.11.0"
nettyVersion = "4.1.26.Final"
nettyVersion = "4.1.27.Final"
reactorVersion = "Californium-BUILD-SNAPSHOT"
rxjavaVersion = "1.3.8"
rxjavaAdapterVersion = "1.2.1"

View File

@ -4,6 +4,6 @@ dependencies {
compile(project(":spring-beans"))
compile(project(':spring-core'))
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
optional("org.apache.commons:commons-pool2:2.5.0")
optional("org.apache.commons:commons-pool2:2.6.0")
optional("com.jamonapi:jamon:2.81")
}

View File

@ -26,7 +26,7 @@ dependencies {
testCompile("org.codehaus.groovy:groovy-xml:${groovyVersion}")
testCompile("org.codehaus.groovy:groovy-jsr223:${groovyVersion}")
testCompile("org.codehaus.groovy:groovy-test:${groovyVersion}")
testCompile("org.apache.commons:commons-pool2:2.5.0")
testCompile("org.apache.commons:commons-pool2:2.6.0")
testCompile("javax.inject:javax.inject-tck:1")
testRuntime("javax.xml.bind:jaxb-api:2.3.0")
testRuntime("org.glassfish:javax.el:3.0.1-b08")