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

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

commit d8555b9b4de4a76f3a2be4d5d02ea085f08f8546
Author: JiriOndrusek <ondrusek.j...@gmail.com>
AuthorDate: Fri Aug 16 14:14:11 2024 +0200

    Generated antore + fixed azurite
---
 docs/antora.yml | 2 +-
 pom.xml         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/antora.yml b/docs/antora.yml
index 8cc0dd1214..01e565b1c0 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -34,7 +34,7 @@ asciidoc:
     quarkus-version: 3.14.1 # replace ${quarkus.version}
     graalvm-version: 23.1.2 # replace ${graalvm.version}
     graalvm-docs-version: jdk21 # replace ${graalvm-docs.version}
-    mapstruct-version: 1.5.5.Final # replace ${mapstruct.version}
+    mapstruct-version: 1.6.0 # replace ${mapstruct.version}
     min-maven-version: 3.8.2 # replace ${min-maven-version}
     target-maven-version: 3.9.8 # replace ${target-maven-version}
 
diff --git a/pom.xml b/pom.xml
index 6925fdebaf..ee1844023b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -222,7 +222,7 @@
         <!-- Test container image properties -->
         
<activemq.container.image>docker.io/rmohr/activemq:5.15.9-alpine</activemq.container.image>
         
<arangodb.container.image>docker.io/arangodb:3.12.0</arangodb.container.image>
-        
<azurite.container.image>mcr.microsoft.com/azure-storage/azurite:3.30.0</azurite.container.image>
+        
<azurite.container.image>mcr.microsoft.com/azure-storage/azurite:3.31.0</azurite.container.image>
         
<calculator-ws.container.image>quay.io/l2x6/calculator-ws:1.2</calculator-ws.container.image>
         
<cassandra.container.image>docker.io/cassandra:4.1.3</cassandra.container.image>
         
<consul.container.image>docker.io/hashicorp/consul:1.16</consul.container.image>

Reply via email to