From 00661d7cdf51162e3490fae2dec6cf2e5d71f5f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 05:01:32 +0000 Subject: [PATCH] Bump io.smallrye:jandex from 3.1.2 to 3.5.2 Bumps [io.smallrye:jandex](https://github.com/smallrye/jandex) from 3.1.2 to 3.5.2. - [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.1.2...3.5.2) --- updated-dependencies: - dependency-name: io.smallrye:jandex dependency-version: 3.5.2 dependency-type: direct:production update-type: version-update:semver-minor ... 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 57501d6d3be0..10b28c9373f2 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.1.2' + implementation 'io.smallrye:jandex:3.5.2' 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.1'