Skip to content

Commit f4f43b9

Browse files
fix(deps): update quarkus packages to v3.16.1
1 parent 00de5e3 commit f4f43b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
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.15.1"
15+
id("io.quarkus") version "3.16.1"
1616
}
1717

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

0 commit comments

Comments
 (0)