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

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

commit e7e46b566e97e92dcb5878aacc4a0eb1b323b1a8
Author: JiriOndrusek <ondrusek.j...@gmail.com>
AuthorDate: Wed May 31 13:06:00 2023 +0200

    Upgraded azurite because of Upgrade of azure libs in Camel
---
 .../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 7b5ddf7c9c..f9c4a86bb9 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.22.0";
+    private static final String AZURITE_IMAGE = 
"mcr.microsoft.com/azure-storage/azurite:3.23.0";
 
     public enum Service {
         blob(10000),

Reply via email to