HHH-16950 - Upgrade the local-build-plugins Jandex version to 3.1.2

Signed-off-by: Jan Schatteman <jschatte@redhat.com>
This commit is contained in:
Jan Schatteman 2023-07-17 17:50:11 +02:00 committed by Jan Schatteman
parent a444d6bcbb
commit 16dc63d555
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ buildDir = "target"
dependencies {
implementation gradleApi()
implementation 'io.smallrye:jandex:3.0.0'
implementation 'io.smallrye:jandex:3.1.2'
implementation 'org.apache.httpcomponents:httpclient:4.5.13'
implementation 'jakarta.json.bind:jakarta.json.bind-api:2.0.0'
implementation 'jakarta.json:jakarta.json-api:2.0.1'