Skip to content

Commit

Permalink
Dependencies: Upgrade to joda time 2.10 (#34760)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Christoph Büscher authored Oct 23, 2018
1 parent 42b2268 commit 7dce95c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies {
compile 'com.carrotsearch:hppc:0.7.1'

// time handling, remove with java 8 time
compile 'joda-time:joda-time:2.9.5'
compile 'joda-time:joda-time:2.10'

// json and yaml
compile "org.yaml:snakeyaml:${versions.snakeyaml}"
Expand Down
1 change: 1 addition & 0 deletions core/licenses/joda-time-2.10.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f66c8125d1057ffce6c4e29e624cac863e110e2b
1 change: 0 additions & 1 deletion core/licenses/joda-time-2.9.5.jar.sha1

This file was deleted.

0 comments on commit 7dce95c

Please sign in to comment.