This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
commit 1e2db59501f1c3e9366fdf177196590425778278 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Oct 25 13:54:57 2024 +0100 Bump the maven group across 7 directories with 1 update Bumps the maven group with 1 update in the /jms-jpa directory: io.quarkiverse.artemis:quarkus-artemis-jms. Bumps the maven group with 1 update in the /message-bridge directory: io.quarkiverse.artemis:quarkus-artemis-jms. Bumps the maven group with 1 update in the /saga directory: io.quarkiverse.artemis:quarkus-artemis-jms. Bumps the maven group with 1 update in the /saga/saga-app directory: io.quarkiverse.artemis:quarkus-artemis-jms. Bumps the maven group with 1 update in the /saga/saga-flight-service directory: io.quarkiverse.artemis:quarkus-artemis-jms. Bumps the maven group with 1 update in the /saga/saga-payment-service directory: io.quarkiverse.artemis:quarkus-artemis-jms. Bumps the maven group with 1 update in the /saga/saga-train-service directory: io.quarkiverse.artemis:quarkus-artemis-jms. Updates `io.quarkiverse.artemis:quarkus-artemis-jms` from 3.5.0 to 3.6.0 Updates `io.quarkiverse.artemis:quarkus-artemis-jms` from 3.5.0 to 3.6.0 Updates `io.quarkiverse.artemis:quarkus-artemis-jms` from 3.5.0 to 3.6.0 Updates `io.quarkiverse.artemis:quarkus-artemis-jms` from 3.5.0 to 3.6.0 Updates `io.quarkiverse.artemis:quarkus-artemis-jms` from 3.5.0 to 3.6.0 Updates `io.quarkiverse.artemis:quarkus-artemis-jms` from 3.5.0 to 3.6.0 Updates `io.quarkiverse.artemis:quarkus-artemis-jms` from 3.5.0 to 3.6.0 --- updated-dependencies: - dependency-name: io.quarkiverse.artemis:quarkus-artemis-jms dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: io.quarkiverse.artemis:quarkus-artemis-jms dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: io.quarkiverse.artemis:quarkus-artemis-jms dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: io.quarkiverse.artemis:quarkus-artemis-jms dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: io.quarkiverse.artemis:quarkus-artemis-jms dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: io.quarkiverse.artemis:quarkus-artemis-jms dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: io.quarkiverse.artemis:quarkus-artemis-jms dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- jms-jpa/pom.xml | 2 +- message-bridge/pom.xml | 2 +- saga/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jms-jpa/pom.xml b/jms-jpa/pom.xml index d11bfb4..b8065a9 100644 --- a/jms-jpa/pom.xml +++ b/jms-jpa/pom.xml @@ -27,7 +27,7 @@ <properties> <quarkus.platform.version>3.16.0.CR1</quarkus.platform.version> <camel-quarkus.platform.version>3.16.0-SNAPSHOT</camel-quarkus.platform.version> - <quarkiverse-artemis.version>3.5.0</quarkiverse-artemis.version> + <quarkiverse-artemis.version>3.6.0</quarkiverse-artemis.version> <quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id> <quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id> diff --git a/message-bridge/pom.xml b/message-bridge/pom.xml index ac14eba..34ccb0f 100644 --- a/message-bridge/pom.xml +++ b/message-bridge/pom.xml @@ -51,7 +51,7 @@ <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version> <maven-surefire-plugin.version>3.5.1</maven-surefire-plugin.version> - <quarkiverse-artemis.version>3.5.0</quarkiverse-artemis.version> + <quarkiverse-artemis.version>3.6.0</quarkiverse-artemis.version> <assertj.version>3.26.3</assertj.version> </properties> diff --git a/saga/pom.xml b/saga/pom.xml index 65bc3df..9cf2da9 100644 --- a/saga/pom.xml +++ b/saga/pom.xml @@ -31,7 +31,7 @@ <properties> <quarkus.platform.version>3.16.0.CR1</quarkus.platform.version> <camel-quarkus.platform.version>3.16.0-SNAPSHOT</camel-quarkus.platform.version> - <quarkiverse-artemis.version>3.5.0</quarkiverse-artemis.version> + <quarkiverse-artemis.version>3.6.0</quarkiverse-artemis.version> <quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id> <quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>