From 10b3d8918cdc87d9fda2fbd0a875c89188fc81fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 05:01:35 +0000 Subject: [PATCH] Bump io.smallrye:jandex from 3.5.2 to 3.5.3 Bumps [io.smallrye:jandex](https://github.com/smallrye/jandex) from 3.5.2 to 3.5.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.5.2...3.5.3) --- updated-dependencies: - dependency-name: io.smallrye:jandex dependency-version: 3.5.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- local-build-plugins/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-build-plugins/build.gradle b/local-build-plugins/build.gradle index c26a961d1c5a..ea8833273cb7 100644 --- a/local-build-plugins/build.gradle +++ b/local-build-plugins/build.gradle @@ -25,7 +25,7 @@ dependencies { implementation "org.patrodyne.jvnet:hisrc-basicjaxb-tools:2.2.1" implementation "org.patrodyne.jvnet:hisrc-basicjaxb-plugins:2.2.1" - implementation 'io.smallrye:jandex:3.5.2' + implementation 'io.smallrye:jandex:3.5.3' implementation 'org.apache.httpcomponents:httpclient:4.5.14' implementation 'jakarta.json.bind:jakarta.json.bind-api:2.0.0' implementation 'jakarta.json:jakarta.json-api:2.0.2'