This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch camel-quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
The following commit(s) were added to refs/heads/camel-quarkus-main by this
push:
new b80a1adf Bump the maven group across 7 directories with 1 update
b80a1adf is described below
commit b80a1adf9de2a26db75e51360c6c37614413763f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 13 12:00:02 2026 +0000
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.12.1 to 3.12.2
Updates `io.quarkiverse.artemis:quarkus-artemis-jms` from 3.12.1 to 3.12.2
Updates `io.quarkiverse.artemis:quarkus-artemis-jms` from 3.12.1 to 3.12.2
Updates `io.quarkiverse.artemis:quarkus-artemis-jms` from 3.12.1 to 3.12.2
Updates `io.quarkiverse.artemis:quarkus-artemis-jms` from 3.12.1 to 3.12.2
Updates `io.quarkiverse.artemis:quarkus-artemis-jms` from 3.12.1 to 3.12.2
Updates `io.quarkiverse.artemis:quarkus-artemis-jms` from 3.12.1 to 3.12.2
---
updated-dependencies:
- dependency-name: io.quarkiverse.artemis:quarkus-artemis-jms
dependency-version: 3.12.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven
- dependency-name: io.quarkiverse.artemis:quarkus-artemis-jms
dependency-version: 3.12.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven
- dependency-name: io.quarkiverse.artemis:quarkus-artemis-jms
dependency-version: 3.12.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven
- dependency-name: io.quarkiverse.artemis:quarkus-artemis-jms
dependency-version: 3.12.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven
- dependency-name: io.quarkiverse.artemis:quarkus-artemis-jms
dependency-version: 3.12.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven
- dependency-name: io.quarkiverse.artemis:quarkus-artemis-jms
dependency-version: 3.12.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven
- dependency-name: io.quarkiverse.artemis:quarkus-artemis-jms
dependency-version: 3.12.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven
...
Signed-off-by: dependabot[bot] <[email protected]>
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 a7b0ea90..9bca7fd2 100644
--- a/jms-jpa/pom.xml
+++ b/jms-jpa/pom.xml
@@ -27,7 +27,7 @@
<properties>
<quarkus.platform.version>3.33.0.CR1</quarkus.platform.version>
<camel-quarkus.platform.version>3.33.0-SNAPSHOT</camel-quarkus.platform.version>
- <quarkiverse-artemis.version>3.12.1</quarkiverse-artemis.version>
+ <quarkiverse-artemis.version>3.12.2</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 42c747a0..1ac51d64 100644
--- a/message-bridge/pom.xml
+++ b/message-bridge/pom.xml
@@ -48,7 +48,7 @@
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
<maven-surefire-plugin.version>3.5.5</maven-surefire-plugin.version>
- <quarkiverse-artemis.version>3.12.1</quarkiverse-artemis.version>
+ <quarkiverse-artemis.version>3.12.2</quarkiverse-artemis.version>
<assertj.version>3.27.7</assertj.version>
</properties>
diff --git a/saga/pom.xml b/saga/pom.xml
index a015e5f7..cdca46b0 100644
--- a/saga/pom.xml
+++ b/saga/pom.xml
@@ -31,7 +31,7 @@
<properties>
<quarkus.platform.version>3.33.0.CR1</quarkus.platform.version>
<camel-quarkus.platform.version>3.33.0-SNAPSHOT</camel-quarkus.platform.version>
- <quarkiverse-artemis.version>3.12.1</quarkiverse-artemis.version>
+ <quarkiverse-artemis.version>3.12.2</quarkiverse-artemis.version>
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>