Skip to content

Commit f639e32

Browse files
committed
Try to fix CI failures
1 parent 0fef809 commit f639e32

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.15.4"
15+
id("io.quarkus") version "3.15.3" // 3.15.4 has a transitive dependency resolution issue
1616
}
1717

1818
dependencies {
19-
implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.15.4"))
19+
implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.15.3")) // 3.15.4 has a transitive dependency resolution issue
2020
implementation("io.quarkus:quarkus-rest")
2121
}
2222

0 commit comments

Comments
 (0)