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:
parent
a444d6bcbb
commit
16dc63d555
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue