Skip to content

Commit 7dce95c

Browse files
author
Christoph Büscher
authored
Dependencies: Upgrade to joda time 2.10 (#34760)
Backport of #32160, adapted to file structure on 5.6 branch. The version we are currently using on the 5.6 branch contains DateTimeZone data 2016i, while verison 2.10 contains DateTimeZone version 2018e with some important updates e.g. with respect to changed DST transition dates in Brazil. Changelog: http://www.joda.org/joda-time/changes-report.html
1 parent 42b2268 commit 7dce95c

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

core/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies {
6262
compile 'com.carrotsearch:hppc:0.7.1'
6363

6464
// time handling, remove with java 8 time
65-
compile 'joda-time:joda-time:2.9.5'
65+
compile 'joda-time:joda-time:2.10'
6666

6767
// json and yaml
6868
compile "org.yaml:snakeyaml:${versions.snakeyaml}"

core/licenses/joda-time-2.10.jar.sha1

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
f66c8125d1057ffce6c4e29e624cac863e110e2b

core/licenses/joda-time-2.9.5.jar.sha1

-1
This file was deleted.

0 commit comments

Comments
 (0)