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