Upgrade AWS dependency to 1.10.0

This also apgrades JodaTime to 2.8.0.
This commit is contained in:
Simon Willnauer 2015-06-15 09:30:44 +02:00
parent 8bd3d7e4a4
commit 5808102d19
4 changed files with 4 additions and 4 deletions

View File

@ -1 +0,0 @@
5599707a3eaad13e889f691b3af78c8c03842195

View File

@ -0,0 +1 @@
9f2785d7184b97d005a44241ccaf980f43b9ccdb

View File

@ -18,7 +18,7 @@
</parent>
<properties>
<amazonaws.version>1.9.34</amazonaws.version>
<amazonaws.version>1.10.0</amazonaws.version>
<tests.jvms>1</tests.jvms>
</properties>

View File

@ -175,7 +175,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.3.5</version>
<version>4.3.6</version>
</dependency>
<dependency>
@ -315,7 +315,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.7</version>
<version>2.8</version>
</dependency>
<dependency>
<groupId>org.joda</groupId>