upgrade to joda 2.3

This commit is contained in:
Shay Banon 2013-08-24 00:07:57 +02:00
parent e892ec2c37
commit f3a35ccc90
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,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.2</version>
<version>2.3</version>
<scope>compile</scope>
</dependency>