Skip to content

Commit 10a7869

Browse files
committed
#114 - Upgrade to Jandex 3.3.0
1 parent 30fe6b9 commit 10a7869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dependencyResolutionManagement {
5656
library( "jacksonXml", "com.fasterxml.jackson.dataformat", "jackson-dataformat-xml" ).versionRef( jacksonVersion )
5757
library( "jacksonJsr310", "com.fasterxml.jackson.datatype", "jackson-datatype-jsr310" ).versionRef( jacksonVersion )
5858

59-
def jandexVersion = version "jandex", "3.1.2"
59+
def jandexVersion = version "jandex", "3.3.0"
6060
library( "jandex", "io.smallrye", "jandex" ).versionRef( jandexVersion )
6161

6262
def jbossLoggingVersion = version "jbossLogging", "3.5.0.Final"

0 commit comments

Comments
 (0)