diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-03-31 15:24:59 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-03-31 15:24:59 +0200 |
commit | a9d4f7680a15cd113539d583832b1a7abeeb6267 (patch) | |
tree | 0574edbe4c46196e9bc9b36e39d62ae4121bac34 | |
parent | c864d453105f08786c24ce932b0b9a349058fd68 (diff) | |
download | moa-id-spss-a9d4f7680a15cd113539d583832b1a7abeeb6267.tar.gz moa-id-spss-a9d4f7680a15cd113539d583832b1a7abeeb6267.tar.bz2 moa-id-spss-a9d4f7680a15cd113539d583832b1a7abeeb6267.zip |
update joda-time to version 2.3
-rw-r--r-- | common/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/pom.xml b/common/pom.xml index 46f26501f..dba1c60fe 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -67,7 +67,7 @@ <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> - <version>1.6.2</version> + <version>2.3</version> </dependency> <dependency> <groupId>org.slf4j</groupId> |