We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 613a1bf commit 4aad13aCopy full SHA for 4aad13a
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.9.2"
+ id("io.quarkus") version "3.9.3"
16
}
17
18
dependencies {
19
- implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.9.2"))
+ implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.9.3"))
20
implementation("io.quarkus:quarkus-resteasy")
21
22
0 commit comments