From d6fff24ca4ff645b2ef5c42f952d025f254ea00f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 18:27:23 +0000 Subject: [PATCH] chore(deps): bump com.github.vlsi.jandex from 1.90 to 2.0.0 Bumps [com.github.vlsi.jandex](https://github.com/vlsi/vlsi-release-plugins) from 1.90 to 2.0.0. - [Release notes](https://github.com/vlsi/vlsi-release-plugins/releases) - [Commits](https://github.com/vlsi/vlsi-release-plugins/compare/v1.90...v2.0.0) --- updated-dependencies: - dependency-name: com.github.vlsi.jandex dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 788b281..49de859 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { id 'maven-publish' id 'org.ajoberstar.grgit' version '5.3.2' id "com.diffplug.spotless" version "6.25.0" - id "com.github.vlsi.jandex" version "1.90" + id "com.github.vlsi.jandex" version "2.0.0" id 'com.github.johnrengelman.shadow' version '7.1.2' }