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

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


The following commit(s) were added to refs/heads/camel-main by this push:
     new 21580bcf81 Fixed azure tests
21580bcf81 is described below

commit 21580bcf81bf440b544177376839c06ea0da31aa
Author: JiriOndrusek <[email protected]>
AuthorDate: Mon Aug 7 11:59:37 2023 +0200

    Fixed azure tests
---
 .../camel/quarkus/test/support/azure/AzureStorageTestResource.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/integration-tests-support/azure/src/main/java/org/apache/camel/quarkus/test/support/azure/AzureStorageTestResource.java
 
b/integration-tests-support/azure/src/main/java/org/apache/camel/quarkus/test/support/azure/AzureStorageTestResource.java
index f9c4a86bb9..fba78d6034 100644
--- 
a/integration-tests-support/azure/src/main/java/org/apache/camel/quarkus/test/support/azure/AzureStorageTestResource.java
+++ 
b/integration-tests-support/azure/src/main/java/org/apache/camel/quarkus/test/support/azure/AzureStorageTestResource.java
@@ -35,7 +35,7 @@ import org.testcontainers.containers.wait.strategy.Wait;
 
 public class AzureStorageTestResource implements 
QuarkusTestResourceLifecycleManager {
     private static final Logger LOGGER = 
LoggerFactory.getLogger(AzureStorageTestResource.class);
-    private static final String AZURITE_IMAGE = 
"mcr.microsoft.com/azure-storage/azurite:3.23.0";
+    private static final String AZURITE_IMAGE = 
"mcr.microsoft.com/azure-storage/azurite:3.25.0";
 
     public enum Service {
         blob(10000),

Reply via email to