Latest dependency updates (Apache HttpAsyncClient 4.1.3, SLF4J 1.7.23, BeanShell 2.0b5)
This commit is contained in:
parent
599c1ba73e
commit
dbf5b1e573
|
|
@ -53,7 +53,7 @@ configure(allprojects) { project ->
|
|||
ext.hibernate5Version = "5.2.7.Final"
|
||||
ext.hibval5Version = "5.4.0.Final"
|
||||
ext.hsqldbVersion = "2.3.4"
|
||||
ext.httpasyncVersion = "4.1.2"
|
||||
ext.httpasyncVersion = "4.1.3"
|
||||
ext.httpclientVersion = "4.5.3"
|
||||
ext.interceptorApiVersion = "1.2"
|
||||
ext.jackson2Version = "2.8.6"
|
||||
|
|
@ -86,7 +86,7 @@ configure(allprojects) { project ->
|
|||
ext.rxjava2Version = '2.0.5'
|
||||
ext.rxnettyVersion = '0.5.2'
|
||||
ext.servletVersion = "3.1.0"
|
||||
ext.slf4jVersion = "1.7.22"
|
||||
ext.slf4jVersion = "1.7.23"
|
||||
ext.snakeyamlVersion = "1.17"
|
||||
ext.snifferVersion = "1.15"
|
||||
ext.testngVersion = "6.10"
|
||||
|
|
@ -535,7 +535,7 @@ project("spring-context") {
|
|||
optional("joda-time:joda-time:${jodaVersion}")
|
||||
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
|
||||
optional("org.codehaus.groovy:groovy-all:${groovyVersion}")
|
||||
optional("org.beanshell:bsh:2.0b4")
|
||||
optional("org.beanshell:bsh:2.0b5")
|
||||
optional("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")
|
||||
testCompile("org.apache.commons:commons-pool2:2.4.2")
|
||||
testCompile("org.slf4j:slf4j-api:${slf4jVersion}")
|
||||
|
|
@ -673,7 +673,6 @@ project("spring-jdbc") {
|
|||
compile(project(":spring-tx"))
|
||||
optional(project(":spring-context")) // for JndiDataSourceLookup
|
||||
optional("javax.transaction:javax.transaction-api:${jtaVersion}")
|
||||
optional("com.mchange:c3p0:0.9.5.2")
|
||||
optional("org.hsqldb:hsqldb:${hsqldbVersion}")
|
||||
optional("com.h2database:h2:1.4.193")
|
||||
optional("org.apache.derby:derby:10.13.1.1")
|
||||
|
|
|
|||
Loading…
Reference in New Issue