From eaf7bc1618726c02d687167298992a119baf5287 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 05:26:14 +0000 Subject: [PATCH] Bump io.smallrye:jandex from 3.1.2 to 3.3.2 Bumps [io.smallrye:jandex](https://github.com/smallrye/jandex) from 3.1.2 to 3.3.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.3.2) --- updated-dependencies: - dependency-name: io.smallrye:jandex dependency-version: 3.3.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 dfa9f44d4ba6..8beb54651078 100644 --- a/local-build-plugins/build.gradle +++ b/local-build-plugins/build.gradle @@ -21,7 +21,7 @@ dependencies { implementation "jakarta.inject:jakarta.inject-api:2.0.0" - implementation 'io.smallrye:jandex:3.1.2' + implementation 'io.smallrye:jandex:3.3.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'