Skip to content

Commit 7f95a27

Browse files
committed
Upgraded to Commons Logging 1.1.3 and Gradle 1.11
1 parent 4ac4630 commit 7f95a27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ project("spring-core") {
234234

235235
compile(files(cglibRepackJar))
236236
compile(files(asmRepackJar))
237-
compile("commons-logging:commons-logging:1.1.1")
237+
compile("commons-logging:commons-logging:1.1.3")
238238
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
239239
optional("net.sf.jopt-simple:jopt-simple:3.3")
240240
optional("log4j:log4j:1.2.17")
@@ -1036,7 +1036,7 @@ configure(rootProject) {
10361036

10371037
task wrapper(type: Wrapper) {
10381038
description = "Generates gradlew[.bat] scripts"
1039-
gradleVersion = "1.6"
1039+
gradleVersion = "1.11"
10401040

10411041
doLast() {
10421042
def gradleOpts = "-XX:MaxPermSize=1024m -Xmx1024m"

0 commit comments

Comments
 (0)