Skip to content

Commit da4e271

Browse files
committed
Upgrade to Joda-Time 2.10.5 and Commons Pool 2.6.2
1 parent a368040 commit da4e271

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

spring-aop/spring-aop.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ dependencies {
44
compile(project(":spring-beans"))
55
compile(project(":spring-core"))
66
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
7-
optional("org.apache.commons:commons-pool2:2.6.0")
7+
optional("org.apache.commons:commons-pool2:2.6.2")
88
optional("com.jamonapi:jamon:2.81")
99
}

spring-context/spring-context.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ dependencies {
1919
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
2020
optional("org.codehaus.groovy:groovy:${groovyVersion}")
2121
optional("org.beanshell:bsh:2.0b5")
22-
optional("joda-time:joda-time:2.10.4")
22+
optional("joda-time:joda-time:2.10.5")
2323
optional("org.hibernate:hibernate-validator:5.4.3.Final")
2424
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
2525
optional("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")
2626
testCompile("org.codehaus.groovy:groovy-jsr223:${groovyVersion}")
2727
testCompile("org.codehaus.groovy:groovy-test:${groovyVersion}")
2828
testCompile("org.codehaus.groovy:groovy-xml:${groovyVersion}")
29-
testCompile("org.apache.commons:commons-pool2:2.6.0")
29+
testCompile("org.apache.commons:commons-pool2:2.6.2")
3030
testCompile("javax.inject:javax.inject-tck:1")
3131
testCompile("org.awaitility:awaitility:3.1.6")
3232
testRuntime("javax.xml.bind:jaxb-api:2.3.1")

spring-webmvc/spring-webmvc.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dependencies {
5555
}
5656
testCompile("commons-fileupload:commons-fileupload:1.4")
5757
testCompile("commons-io:commons-io:2.5")
58-
testCompile("joda-time:joda-time:2.10.4")
58+
testCompile("joda-time:joda-time:2.10.5")
5959
testCompile("org.mozilla:rhino:1.7.10")
6060
testCompile("dom4j:dom4j:1.6.1") {
6161
exclude group: "xml-apis", module: "xml-apis"

0 commit comments

Comments
 (0)