We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e5260 commit a625f3aCopy full SHA for a625f3a
smoke-tests/images/quarkus/build.gradle.kts
@@ -12,11 +12,11 @@ plugins {
12
id("otel.java-conventions")
13
14
id("com.google.cloud.tools.jib")
15
- id("io.quarkus") version "3.15.5"
+ id("io.quarkus") version "3.22.2"
16
}
17
18
dependencies {
19
- implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.15.5"))
+ implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.22.3"))
20
implementation("io.quarkus:quarkus-rest")
21
22
0 commit comments