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 4a210cf commit 5fe466cCopy full SHA for 5fe466c
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.30.0"
+ id("io.quarkus") version "3.30.1"
21
}
22
23
dependencies {
24
- implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.30.0"))
+ implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.30.1"))
25
implementation("io.quarkus:quarkus-rest")
26
27
0 commit comments