Upgraded to Commons Logging 1.1.3 and Gradle 1.11

This commit is contained in:
Juergen Hoeller
2014-02-12 15:15:41 +01:00
parent 4ac4630b0b
commit 7f95a27e6d

View File

@@ -234,7 +234,7 @@ project("spring-core") {
compile(files(cglibRepackJar))
compile(files(asmRepackJar))
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:3.3")
optional("log4j:log4j:1.2.17")
@@ -1036,7 +1036,7 @@ configure(rootProject) {
task wrapper(type: Wrapper) {
description = "Generates gradlew[.bat] scripts"
gradleVersion = "1.6"
gradleVersion = "1.11"
doLast() {
def gradleOpts = "-XX:MaxPermSize=1024m -Xmx1024m"