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 2023/08/02 06:40:38 UTC

[camel] branch main updated: Upgrade AWS SDK v2 to version 2.20.117 (#10951)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 7cde09440b9 Upgrade AWS SDK v2 to version 2.20.117 (#10951)
7cde09440b9 is described below

commit 7cde09440b90539db64dba1d446e35c23bc82aa3
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Aug 2 08:40:32 2023 +0200

    Upgrade AWS SDK v2 to version 2.20.117 (#10951)
    
    * Upgrade AWS SDK v2 to version 2.20.117
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
    
    * Format fix
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
    
    ---------
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../apache/camel/dataformat/zipfile/ZipFileSplitAndDeleteTest.java  | 6 ++++--
 parent/pom.xml                                                      | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/components/camel-zipfile/src/test/java/org/apache/camel/dataformat/zipfile/ZipFileSplitAndDeleteTest.java b/components/camel-zipfile/src/test/java/org/apache/camel/dataformat/zipfile/ZipFileSplitAndDeleteTest.java
index 678cd9d1680..499b9755f35 100644
--- a/components/camel-zipfile/src/test/java/org/apache/camel/dataformat/zipfile/ZipFileSplitAndDeleteTest.java
+++ b/components/camel-zipfile/src/test/java/org/apache/camel/dataformat/zipfile/ZipFileSplitAndDeleteTest.java
@@ -58,7 +58,8 @@ public class ZipFileSplitAndDeleteTest extends CamelTestSupport {
         notify.matchesWaitTime();
 
         // the original file should have been deleted
-        Awaitility.await().atMost(Duration.ofSeconds(10)).untilAsserted(() -> assertFalse(new File(zipFile).exists(), "File should been deleted"));
+        Awaitility.await().atMost(Duration.ofSeconds(10))
+                .untilAsserted(() -> assertFalse(new File(zipFile).exists(), "File should been deleted"));
     }
 
     @Test
@@ -73,7 +74,8 @@ public class ZipFileSplitAndDeleteTest extends CamelTestSupport {
         notify.matchesWaitTime();
 
         // the original file should have been deleted
-        Awaitility.await().atMost(Duration.ofSeconds(10)).untilAsserted(() -> assertFalse(new File(zipFile).exists(), "File should been deleted"));
+        Awaitility.await().atMost(Duration.ofSeconds(10))
+                .untilAsserted(() -> assertFalse(new File(zipFile).exists(), "File should been deleted"));
     }
 
     @Override
diff --git a/parent/pom.xml b/parent/pom.xml
index 2ff5ea39c33..2847f9714d9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -68,7 +68,7 @@
         <avro-ipc-jetty-version>1.11.2</avro-ipc-jetty-version>
         <avro-ipc-netty-version>1.11.2</avro-ipc-netty-version>
         <awaitility-version>4.2.0</awaitility-version>
-        <aws-java-sdk2-version>2.20.115</aws-java-sdk2-version>
+        <aws-java-sdk2-version>2.20.117</aws-java-sdk2-version>
         <aws-xray-version>2.14.0</aws-xray-version>
         <azure-sdk-bom-version>1.2.14</azure-sdk-bom-version>
         <azure-storage-blob-changefeed-version>12.0.0-beta.18</azure-storage-blob-changefeed-version>