From ddb06da2074550f5fd067b52c7891f3e3b8ca5da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 02:01:38 +0000 Subject: [PATCH] Bump io.smallrye:jandex from 3.1.2 to 3.5.0 Bumps [io.smallrye:jandex](https://github.com/smallrye/jandex) from 3.1.2 to 3.5.0. - [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.0) --- updated-dependencies: - dependency-name: io.smallrye:jandex dependency-version: 3.5.0 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..ea15191618dd 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.5.0' 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'