fix(deps): update quarkus packages to v3.13.0 (main) (minor) (#11894)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-07-24 15:06:06 -07:00 committed by GitHub
parent 960b763d55
commit 1448491f2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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.12.3" id("io.quarkus") version "3.13.0"
} }
dependencies { dependencies {
implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.12.3")) implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.13.0"))
implementation("io.quarkus:quarkus-resteasy") implementation("io.quarkus:quarkus-resteasy")
} }