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/06/08 12:28:21 UTC

[camel] 02/02: Sync deps and regen

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

commit b1578bc6e198ede3fc10cb095ce8f6cb5fa1a445
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jun 8 14:27:58 2023 +0200

    Sync deps and regen
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 camel-dependencies/pom.xml                                              | 2 +-
 .../java/org/apache/camel/component/aws/xray/CustomComponentTest.java   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 9d6e5a915bf..62a0c497ac2 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -75,7 +75,7 @@
         <avro-ipc-netty-version>1.11.1</avro-ipc-netty-version>
         <awaitility-version>4.2.0</awaitility-version>
         <aws-java-sdk2-version>2.20.81</aws-java-sdk2-version>
-        <aws-xray-version>2.6.1</aws-xray-version>
+        <aws-xray-version>2.14.0</aws-xray-version>
         <axiom-version>1.2.14</axiom-version>
         <azure-sdk-bom-version>1.2.13</azure-sdk-bom-version>
         <azure-storage-blob-changefeed-version>12.0.0-beta.18</azure-storage-blob-changefeed-version>
diff --git a/components/camel-aws/camel-aws-xray/src/test/java/org/apache/camel/component/aws/xray/CustomComponentTest.java b/components/camel-aws/camel-aws-xray/src/test/java/org/apache/camel/component/aws/xray/CustomComponentTest.java
index 2ca3b2cb2b7..5d1b1c77d48 100644
--- a/components/camel-aws/camel-aws-xray/src/test/java/org/apache/camel/component/aws/xray/CustomComponentTest.java
+++ b/components/camel-aws/camel-aws-xray/src/test/java/org/apache/camel/component/aws/xray/CustomComponentTest.java
@@ -95,7 +95,7 @@ public class CustomComponentTest extends CamelAwsXRayTestSupport {
 
     @Test
     public void testRoute() {
-        NotifyBuilder notify = new NotifyBuilder(context).whenDone(7).create();
+        NotifyBuilder notify = new NotifyBuilder(context).whenDone(5).create();
 
         template.requestBody(START, "Hello");