Bump io.quarkus.platform:quarkus-bom from 3.1.2.Final to 3.1.3.Final (#8824)

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-28 14:56:44 -07:00 committed by GitHub
parent b8bcbffdb7
commit 71c4db7d80
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.platform:quarkus-bom:3.1.2.Final"))
implementation(enforcedPlatform("io.quarkus.platform:quarkus-bom:3.1.3.Final"))
implementation("io.quarkus:quarkus-resteasy")
}