Upgrade to Joda-Time 2.10.5 and Commons Pool 2.6.2

This commit is contained in:
Juergen Hoeller
2019-12-10 00:38:21 +01:00
parent a368040fd6
commit da4e2710b4
3 changed files with 4 additions and 4 deletions

View File

@@ -4,6 +4,6 @@ dependencies {
compile(project(":spring-beans"))
compile(project(":spring-core"))
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
optional("org.apache.commons:commons-pool2:2.6.0")
optional("org.apache.commons:commons-pool2:2.6.2")
optional("com.jamonapi:jamon:2.81")
}