Skip to content

Commit 4faccbc

Browse files
fix(deps): update quarkus packages to v3.15.4 (patch) (#13496)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 20be217 commit 4faccbc

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

1818
dependencies {
19-
implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.15.3.1"))
19+
implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.15.4"))
2020
implementation("io.quarkus:quarkus-rest")
2121
}
2222

0 commit comments

Comments
 (0)