fix(deps): update dependency io.quarkus:quarkus-bom to v3.4.3 (#9663)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-10-12 19:04:15 +03:00 committed by GitHub
parent 9bab899b64
commit 33f330df05
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.4.2"))
implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.4.3"))
implementation("io.quarkus:quarkus-resteasy")
}