We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac4630 commit 7f95a27Copy full SHA for 7f95a27
build.gradle
@@ -234,7 +234,7 @@ project("spring-core") {
234
235
compile(files(cglibRepackJar))
236
compile(files(asmRepackJar))
237
- compile("commons-logging:commons-logging:1.1.1")
+ compile("commons-logging:commons-logging:1.1.3")
238
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
239
optional("net.sf.jopt-simple:jopt-simple:3.3")
240
optional("log4j:log4j:1.2.17")
@@ -1036,7 +1036,7 @@ configure(rootProject) {
1036
1037
task wrapper(type: Wrapper) {
1038
description = "Generates gradlew[.bat] scripts"
1039
- gradleVersion = "1.6"
+ gradleVersion = "1.11"
1040
1041
doLast() {
1042
def gradleOpts = "-XX:MaxPermSize=1024m -Xmx1024m"
0 commit comments