fix(deps): update dependency io.quarkus:quarkus-bom to v3.6.1 (#10004)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-12-05 17:37:47 +00:00 committed by GitHub
parent 0c05fd73ac
commit 600b14db8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ plugins {
}
dependencies {
implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.6.0"))
implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.6.1"))
implementation("io.quarkus:quarkus-resteasy")
}