Bump io.quarkus.platform:quarkus-bom from 3.0.4.Final to 3.1.0.Final (#8618)

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-06-01 08:58:49 +03:00 committed by GitHub
parent c41d239c3e
commit c3769b009a
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.0.4.Final")) implementation(enforcedPlatform("io.quarkus.platform:quarkus-bom:3.1.0.Final"))
implementation("io.quarkus:quarkus-resteasy") implementation("io.quarkus:quarkus-resteasy")
} }