Bump io.quarkus.platform:quarkus-bom from 3.0.2.Final to 3.0.3.Final (#8469)

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-05-11 10:39:15 +02:00 committed by GitHub
parent 31148ec6ec
commit 68ee41cabd
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.0.2.Final"))
implementation(enforcedPlatform("io.quarkus.platform:quarkus-bom:3.0.3.Final"))
implementation("io.quarkus:quarkus-resteasy")
}