Update joda-time to 2.8.2

- DateTimeZone data updated to version 2015f

- Fixed to handle JDK 8u60 [#288, #291]
  Without this fix, formatting a time-zone will print "+00:00" instead of "GMT" for the GMT time-zone

- DateTimeZone data updated to version 2015e
This commit is contained in:
David Pilato 2015-08-25 00:24:14 +02:00
parent 9f3043fc78
commit 8b85a8ff73
3 changed files with 2 additions and 2 deletions

View File

@ -0,0 +1 @@
d27c24204c5e507b16fec01006b3d0f1ec42aed4

View File

@ -1 +0,0 @@
9f2785d7184b97d005a44241ccaf980f43b9ccdb

View File

@ -354,7 +354,7 @@
<artifactId>joda-time</artifactId>
<!-- joda 2.0 moved to using volatile fields for datetime -->
<!-- When updating to a new version, make sure to update our copy of BaseDateTime -->
<version>2.8</version>
<version>2.8.2</version>
</dependency>
<dependency>
<groupId>org.joda</groupId>