fix(deps): update quarkus packages to v3.7.0 (#10324)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
12d5f6401f
commit
5b4ceaeb2e
|
@ -12,11 +12,11 @@ plugins {
|
||||||
id("otel.java-conventions")
|
id("otel.java-conventions")
|
||||||
|
|
||||||
id("com.google.cloud.tools.jib")
|
id("com.google.cloud.tools.jib")
|
||||||
id("io.quarkus") version "3.6.7"
|
id("io.quarkus") version "3.7.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.6.7"))
|
implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.7.0"))
|
||||||
implementation("io.quarkus:quarkus-resteasy")
|
implementation("io.quarkus:quarkus-resteasy")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue