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 43898187371 CAMEL-19831 - Camel-Azure: Upgrade Azure SDK BOM to 
version 1.2.16 (#11300)
43898187371 is described below

commit 43898187371bffaae1cacc3bcf7671bbbe84c41d
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Sep 5 12:09:35 2023 +0200

    CAMEL-19831 - Camel-Azure: Upgrade Azure SDK BOM to version 1.2.16 (#11300)
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 parent/pom.xml                                                          | 2 +-
 .../apache/camel/test/infra/azure/common/services/AzuriteContainer.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index c18fdd5cf32..0caa79575f9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -70,7 +70,7 @@
         <awaitility-version>4.2.0</awaitility-version>
         <aws-java-sdk2-version>2.20.140</aws-java-sdk2-version>
         <aws-xray-version>2.14.0</aws-xray-version>
-        <azure-sdk-bom-version>1.2.15</azure-sdk-bom-version>
+        <azure-sdk-bom-version>1.2.16</azure-sdk-bom-version>
         
<azure-storage-blob-changefeed-version>12.0.0-beta.18</azure-storage-blob-changefeed-version>
         <bouncycastle-version>1.76</bouncycastle-version>
         <box-java-sdk-version>4.2.1</box-java-sdk-version>
diff --git 
a/test-infra/camel-test-infra-azure-common/src/test/java/org/apache/camel/test/infra/azure/common/services/AzuriteContainer.java
 
b/test-infra/camel-test-infra-azure-common/src/test/java/org/apache/camel/test/infra/azure/common/services/AzuriteContainer.java
index 8d88fb77033..0243d763e0b 100644
--- 
a/test-infra/camel-test-infra-azure-common/src/test/java/org/apache/camel/test/infra/azure/common/services/AzuriteContainer.java
+++ 
b/test-infra/camel-test-infra-azure-common/src/test/java/org/apache/camel/test/infra/azure/common/services/AzuriteContainer.java
@@ -26,7 +26,7 @@ public class AzuriteContainer extends 
GenericContainer<AzuriteContainer> {
     public static final String DEFAULT_ACCOUNT_KEY
             = 
"Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==";
 
-    public static final String IMAGE_NAME = 
"mcr.microsoft.com/azure-storage/azurite:3.25.0";
+    public static final String IMAGE_NAME = 
"mcr.microsoft.com/azure-storage/azurite:3.26.0";
 
     public AzuriteContainer() {
         this(IMAGE_NAME);

Reply via email to