fix(deps): update quarkus packages to v3.12.1 (main) (patch) (#11732)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
edc4cc374d
commit
4916fb109c
|
@ -12,11 +12,11 @@ plugins {
|
|||
id("otel.java-conventions")
|
||||
|
||||
id("com.google.cloud.tools.jib")
|
||||
id("io.quarkus") version "3.12.0"
|
||||
id("io.quarkus") version "3.12.1"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.12.0"))
|
||||
implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.12.1"))
|
||||
implementation("io.quarkus:quarkus-resteasy")
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue