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 90bb1327d03 chore(deps): Bump jandex-version from 3.2.2 to 3.2.3
(#16089)
90bb1327d03 is described below
commit 90bb1327d0365f5672df3413197329b86e12615a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Oct 27 12:29:48 2024 +0100
chore(deps): Bump jandex-version from 3.2.2 to 3.2.3 (#16089)
Bumps `jandex-version` from 3.2.2 to 3.2.3.
Updates `io.smallrye:jandex` from 3.2.2 to 3.2.3
- [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.2.2...3.2.3)
Updates `io.smallrye:jandex-maven-plugin` from 3.2.2 to 3.2.3
- [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.2.2...3.2.3)
---
updated-dependencies:
- dependency-name: io.smallrye:jandex
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.smallrye:jandex-maven-plugin
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 64ffb22509c..63f741e5cbd 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -237,7 +237,7 @@
<jackson2-version>2.18.0</jackson2-version>
<jackrabbit-version>2.22.0</jackrabbit-version>
<jasminb-jsonapi-version>0.14</jasminb-jsonapi-version>
- <jandex-version>3.2.2</jandex-version>
+ <jandex-version>3.2.3</jandex-version>
<jansi-version>2.4.1</jansi-version>
<jasypt-version>1.9.3</jasypt-version>
<java-grok-version>0.1.9</java-grok-version>