Bump io.quarkus.platform:quarkus-bom from 3.2.0.Final to 3.2.1.Final (#8986)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-07-19 22:13:11 +00:00 committed by GitHub
parent 1e0635ba5a
commit 8067d9aa22
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 { dependencies {
implementation(enforcedPlatform("io.quarkus.platform:quarkus-bom:3.2.0.Final")) implementation(enforcedPlatform("io.quarkus.platform:quarkus-bom:3.2.1.Final"))
implementation("io.quarkus:quarkus-resteasy") implementation("io.quarkus:quarkus-resteasy")
} }