fix(deps): update quarkus packages to v3.6.2 (#10053)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-12-12 16:05:07 +02:00 committed by GitHub
parent c4d14f9ef6
commit d4e03ccd52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.6.1" id("io.quarkus") version "3.6.2"
} }
dependencies { dependencies {
implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.6.1")) implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.6.2"))
implementation("io.quarkus:quarkus-resteasy") implementation("io.quarkus:quarkus-resteasy")
} }