From dbf5b1e5730e790f4356e8bd6cec069126f20acf Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Wed, 15 Feb 2017 18:05:57 +0100 Subject: [PATCH] Latest dependency updates (Apache HttpAsyncClient 4.1.3, SLF4J 1.7.23, BeanShell 2.0b5) --- build.gradle | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index f5e6ffe470..66d7425d29 100644 --- a/build.gradle +++ b/build.gradle @@ -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")