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