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 505a8f3e Bump the maven group across 6 directories with 1 update
505a8f3e is described below
commit 505a8f3eef1ffe3ea76a9687d8fb0148fe6c0f72
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 9 07:12:12 2026 +0100
Bump the maven group across 6 directories with 1 update
Bumps the maven group with 1 update in the /saga directory:
[io.smallrye:jandex-maven-plugin](https://github.com/smallrye/jandex).
Bumps the maven group with 1 update in the /saga/saga-app directory:
[io.smallrye:jandex-maven-plugin](https://github.com/smallrye/jandex).
Bumps the maven group with 1 update in the /saga/saga-flight-service
directory:
[io.smallrye:jandex-maven-plugin](https://github.com/smallrye/jandex).
Bumps the maven group with 1 update in the /saga/saga-integration-tests
directory:
[io.smallrye:jandex-maven-plugin](https://github.com/smallrye/jandex).
Bumps the maven group with 1 update in the /saga/saga-payment-service
directory:
[io.smallrye:jandex-maven-plugin](https://github.com/smallrye/jandex).
Bumps the maven group with 1 update in the /saga/saga-train-service
directory:
[io.smallrye:jandex-maven-plugin](https://github.com/smallrye/jandex).
Updates `io.smallrye:jandex-maven-plugin` from 3.5.3 to 3.6.0
- [Release notes](https://github.com/smallrye/jandex/releases)
-
[Changelog](https://github.com/smallrye/jandex/blob/main/RELEASE_PROCEDURE.md)
- [Commits](https://github.com/smallrye/jandex/compare/3.5.3...3.6.0)
Updates `io.smallrye:jandex-maven-plugin` from 3.5.3 to 3.6.0
- [Release notes](https://github.com/smallrye/jandex/releases)
-
[Changelog](https://github.com/smallrye/jandex/blob/main/RELEASE_PROCEDURE.md)
- [Commits](https://github.com/smallrye/jandex/compare/3.5.3...3.6.0)
Updates `io.smallrye:jandex-maven-plugin` from 3.5.3 to 3.6.0
- [Release notes](https://github.com/smallrye/jandex/releases)
-
[Changelog](https://github.com/smallrye/jandex/blob/main/RELEASE_PROCEDURE.md)
- [Commits](https://github.com/smallrye/jandex/compare/3.5.3...3.6.0)
Updates `io.smallrye:jandex-maven-plugin` from 3.5.3 to 3.6.0
- [Release notes](https://github.com/smallrye/jandex/releases)
-
[Changelog](https://github.com/smallrye/jandex/blob/main/RELEASE_PROCEDURE.md)
- [Commits](https://github.com/smallrye/jandex/compare/3.5.3...3.6.0)
Updates `io.smallrye:jandex-maven-plugin` from 3.5.3 to 3.6.0
- [Release notes](https://github.com/smallrye/jandex/releases)
-
[Changelog](https://github.com/smallrye/jandex/blob/main/RELEASE_PROCEDURE.md)
- [Commits](https://github.com/smallrye/jandex/compare/3.5.3...3.6.0)
Updates `io.smallrye:jandex-maven-plugin` from 3.5.3 to 3.6.0
- [Release notes](https://github.com/smallrye/jandex/releases)
-
[Changelog](https://github.com/smallrye/jandex/blob/main/RELEASE_PROCEDURE.md)
- [Commits](https://github.com/smallrye/jandex/compare/3.5.3...3.6.0)
---
updated-dependencies:
- dependency-name: io.smallrye:jandex-maven-plugin
dependency-version: 3.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: maven
- dependency-name: io.smallrye:jandex-maven-plugin
dependency-version: 3.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: maven
- dependency-name: io.smallrye:jandex-maven-plugin
dependency-version: 3.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: maven
- dependency-name: io.smallrye:jandex-maven-plugin
dependency-version: 3.6.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: maven
- dependency-name: io.smallrye:jandex-maven-plugin
dependency-version: 3.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: maven
- dependency-name: io.smallrye:jandex-maven-plugin
dependency-version: 3.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: maven
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
saga/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/saga/pom.xml b/saga/pom.xml
index e6e468db..d15be5e4 100644
--- a/saga/pom.xml
+++ b/saga/pom.xml
@@ -44,7 +44,7 @@
<formatter-maven-plugin.version>2.29.0</formatter-maven-plugin.version>
<impsort-maven-plugin.version>1.13.0</impsort-maven-plugin.version>
- <jandex-maven-plugin.version>3.5.3</jandex-maven-plugin.version>
+ <jandex-maven-plugin.version>3.6.0</jandex-maven-plugin.version>
<license-maven-plugin.version>5.0.0</license-maven-plugin.version>
<maven-compiler-plugin.version>3.15.0</maven-compiler-plugin.version>
<maven-jar-plugin.version>3.5.0</maven-jar-plugin.version>