We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f0e2d commit 15bf38dCopy full SHA for 15bf38d
smoke-tests/images/quarkus/build.gradle.kts
@@ -17,11 +17,11 @@ plugins {
17
id("java")
18
19
id("com.google.cloud.tools.jib")
20
- id("io.quarkus") version "3.29.3"
+ id("io.quarkus") version "3.30.0"
21
}
22
23
dependencies {
24
- implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.29.3"))
+ implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.30.0"))
25
implementation("io.quarkus:quarkus-rest")
26
27
0 commit comments