fix(deps): update quarkus packages to v3.8.1 (main) (patch) (#10619)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-02-29 10:42:23 +02:00 committed by GitHub
parent c73bf8eadf
commit 3da57f00e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -12,11 +12,11 @@ plugins {
id("otel.java-conventions")
id("com.google.cloud.tools.jib")
id("io.quarkus") version "3.8.0"
id("io.quarkus") version "3.8.1"
}
dependencies {
implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.8.0"))
implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.8.1"))
implementation("io.quarkus:quarkus-resteasy")
}