Skip to content

Commit fb50358

Browse files
Update quarkus packages to v3.3.1 (#9327)
1 parent adbf23c commit fb50358

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

smoke-tests/images/quarkus/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ plugins {
1212
id("otel.java-conventions")
1313

1414
id("com.google.cloud.tools.jib")
15-
id("io.quarkus") version "3.3.0"
15+
id("io.quarkus") version "3.3.1"
1616
}
1717

1818
dependencies {
19-
implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.3.0"))
19+
implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.3.1"))
2020
implementation("io.quarkus:quarkus-resteasy")
2121
}
2222

0 commit comments

Comments
 (0)