Updated Quarkus version to 1.11.0
This commit is contained in:
parent
a51b0cf323
commit
13efab3118
|
@ -98,7 +98,7 @@ ext {
|
|||
|
||||
/* REST APIs */
|
||||
|
||||
quarkusVersion="1.8.1.Final"
|
||||
quarkusVersion="1.11.0.Final"
|
||||
|
||||
|
||||
/* Test */
|
||||
|
|
|
@ -7,6 +7,6 @@ kotlin.code.style=official
|
|||
org.gradle.jvmargs=-Xmx3072m
|
||||
|
||||
|
||||
quarkusVersion=1.8.1.Final
|
||||
quarkusVersion=1.11.0.Final
|
||||
|
||||
#kotlin.js.compiler=ir
|
|
@ -21,7 +21,7 @@ dependencies {
|
|||
|
||||
implementation "net.dankito.utils:java-utils:$javaUtilsVersion"
|
||||
|
||||
implementation enforcedPlatform("io.quarkus:quarkus-universe-bom:$quarkusVersion")
|
||||
implementation enforcedPlatform("io.quarkus:quarkus-bom:$quarkusVersion")
|
||||
implementation 'io.quarkus:quarkus-kotlin'
|
||||
implementation 'io.quarkus:quarkus-resteasy'
|
||||
implementation 'io.quarkus:quarkus-resteasy-jackson'
|
||||
|
|
|
@ -17,7 +17,7 @@ dependencies {
|
|||
|
||||
implementation "org.slf4j:slf4j-api:$slf4jVersion"
|
||||
|
||||
implementation enforcedPlatform("io.quarkus:quarkus-universe-bom:$quarkusVersion")
|
||||
implementation enforcedPlatform("io.quarkus:quarkus-bom:$quarkusVersion")
|
||||
implementation 'io.quarkus:quarkus-kotlin'
|
||||
implementation 'io.quarkus:quarkus-resteasy'
|
||||
implementation 'io.quarkus:quarkus-resteasy-jackson'
|
||||
|
|
Loading…
Reference in New Issue