mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 01:19:02 +00:00
Upgrade AWS dependency to 1.10.0
This also apgrades JodaTime to 2.8.0.
This commit is contained in:
parent
8bd3d7e4a4
commit
5808102d19
@ -1 +0,0 @@
|
||||
5599707a3eaad13e889f691b3af78c8c03842195
|
1
core/licenses/joda-time-2.8.jar.sha1
Normal file
1
core/licenses/joda-time-2.8.jar.sha1
Normal file
@ -0,0 +1 @@
|
||||
9f2785d7184b97d005a44241ccaf980f43b9ccdb
|
@ -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>
|
||||
|
||||
|
4
pom.xml
4
pom.xml
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user