Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade AWS dependency to 1.10.0 #11659

Merged
merged 1 commit into from Jun 18, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion core/licenses/joda-time-2.7.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions core/licenses/joda-time-2.8.jar.sha1
@@ -0,0 +1 @@
9f2785d7184b97d005a44241ccaf980f43b9ccdb
2 changes: 1 addition & 1 deletion plugins/cloud-aws/pom.xml
Expand Up @@ -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>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down