You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/01/09 11:31:32 UTC

[camel] branch master updated: Upgrade AWS SDK and related bundle to version 1.11.699

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 60385fc  Upgrade AWS SDK and related bundle to version 1.11.699
60385fc is described below

commit 60385fc5778997bba92fcc78ee9eb8d547eee19c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jan 9 12:30:53 2020 +0100

    Upgrade AWS SDK and related bundle to version 1.11.699
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index dffca0f..7575f47 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -85,8 +85,8 @@
         <!-- these two avro bundles relates to camel-hdfs karaf feature -->
         <avro-bundle-version>1.9.1_1</avro-bundle-version>
         <awaitility-version>4.0.2</awaitility-version>
-        <aws-java-sdk-bundle-version>1.11.681_1</aws-java-sdk-bundle-version>
-        <aws-java-sdk-version>1.11.681</aws-java-sdk-version>
+        <aws-java-sdk-bundle-version>1.11.699_1</aws-java-sdk-bundle-version>
+        <aws-java-sdk-version>1.11.699</aws-java-sdk-version>
         <aws-java-sdk-swf-libs>1.11.22</aws-java-sdk-swf-libs>
         <aws-xray-version>2.4.0</aws-xray-version>
         <axiom-version>1.2.14</axiom-version>