This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 9b59d5af72b chore(deps): Bump jandex-version from 3.3.0 to 3.3.1
(#18052)
9b59d5af72b is described below
commit 9b59d5af72baf7ab55bc8ec88bde10d266aa2685
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 14 09:52:11 2025 +0200
chore(deps): Bump jandex-version from 3.3.0 to 3.3.1 (#18052)
Bumps `jandex-version` from 3.3.0 to 3.3.1.
Updates `io.smallrye:jandex` from 3.3.0 to 3.3.1
- [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.3.0...3.3.1)
Updates `io.smallrye:jandex-maven-plugin` from 3.3.0 to 3.3.1
- [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.3.0...3.3.1)
---
updated-dependencies:
- dependency-name: io.smallrye:jandex
dependency-version: 3.3.1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.smallrye:jandex-maven-plugin
dependency-version: 3.3.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 0a79d3644a9..d897ba6d6f9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -249,7 +249,7 @@
<jackson2-version>2.18.3</jackson2-version>
<jackrabbit-version>2.22.0</jackrabbit-version>
<jasminb-jsonapi-version>0.14</jasminb-jsonapi-version>
- <jandex-version>3.3.0</jandex-version>
+ <jandex-version>3.3.1</jandex-version>
<jansi-version>2.4.2</jansi-version>
<jasypt-version>1.9.3</jasypt-version>
<java-grok-version>0.1.9</java-grok-version>