MàJ dépendances
This commit is contained in:
parent
907f569d82
commit
d20b041659
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
plugins {
|
||||
kotlin("jvm") version "1.8.21"
|
||||
kotlin("plugin.allopen") version "1.8.21"
|
||||
kotlin("jvm") version "1.9.10"
|
||||
kotlin("plugin.allopen") version "1.9.10"
|
||||
id("io.quarkus")
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#Gradle properties
|
||||
quarkusPluginId=io.quarkus
|
||||
quarkusPluginVersion=3.0.1.Final
|
||||
quarkusPluginVersion=3.3.1
|
||||
quarkusPlatformGroupId=io.quarkus.platform
|
||||
quarkusPlatformArtifactId=quarkus-bom
|
||||
quarkusPlatformVersion=3.0.1.Final
|
||||
quarkusPlatformVersion=3.3.1
|
||||
|
|
Loading…
Add table
Reference in a new issue