fix(deps): update dependency io.quarkus:quarkus-bom to v3.6.7 (#10312)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-01-23 16:09:27 +02:00 committed by GitHub
parent e904d1db2a
commit 12efbfb132
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.6"))
implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.6.7"))
implementation("io.quarkus:quarkus-resteasy")
}