Upgrade to Joda-Time 2.10

This commit is contained in:
Juergen Hoeller
2018-05-31 23:35:15 +02:00
parent a3216432b5
commit 356bfe6e2e
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ dependencies {
}
testCompile("commons-fileupload:commons-fileupload:1.3.3")
testCompile("commons-io:commons-io:2.5")
testCompile("joda-time:joda-time:2.9.9")
testCompile("joda-time:joda-time:2.10")
testCompile("org.mozilla:rhino:1.7.9")
testCompile("dom4j:dom4j:1.6.1") {
exclude group: "xml-apis", module: "xml-apis"