Upgraded to Commons Logging 1.1.3

This commit is contained in:
Juergen Hoeller
2014-02-12 00:13:16 +01:00
parent cead06a3d9
commit 8ae3aa7f59

View File

@@ -231,7 +231,7 @@ project("spring-core") {
jarjar("com.googlecode.jarjar:jarjar:1.3")
compile(files(cglibRepackJar))
compile("commons-logging:commons-logging:1.1.1")
compile("commons-logging:commons-logging:1.1.3")
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
optional("net.sf.jopt-simple:jopt-simple:4.6")
optional("log4j:log4j:1.2.17")