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:
parent
9f3043fc78
commit
8b85a8ff73
|
@ -0,0 +1 @@
|
|||
d27c24204c5e507b16fec01006b3d0f1ec42aed4
|
|
@ -1 +0,0 @@
|
|||
9f2785d7184b97d005a44241ccaf980f43b9ccdb
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue