Commit Graph

1 Commits

Author SHA1 Message Date
Tanguy Leroux 2e531902ff Update Joda Time to version 2.9.5 ()
This commit updates JodaTime to version 2.9.5 that contain a fix for a bug when parsing time zones (see https://github.com/JodaOrg/joda-time/pull/332, https://github.com/JodaOrg/joda-time/issues/386 and https://github.com/JodaOrg/joda-time/issues/373).

It also remove the joda-convert dependency that seems to be unused.
    
closes 

Here is the changelog for 2.9.5:
```
Changes in 2.9.5
----------------
 - Add Norwegian period translations []

 - Add Duration.dividedBy(long,RoundingMode) [, ]

 - DateTimeZone data updated to version 2016i

 - Fixed bug where clock read twice when comparing two nulls in DateTimeComparator []

 - Fixed minor issues with historic time-zone data []

 - Fix bug in time-zone binary search [, ]
  The fix in v2.9.2 caused problems when the time-zone being parsed
  was not the last element in the input string. New approach uses a
  different approach to the problem.

 - Update tests for JDK 9 []

 - Close buffered reader correctly in zone info compiler []

 - Handle locale correctly zone info compiler []
```
2016-11-10 17:32:46 +01:00