fix(deps): update dependency io.quarkus:quarkus-bom to v3.24.0 (#14072)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-06-19 19:54:16 +03:00 committed by GitHub
parent fb91b7734c
commit fa175d2b7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ plugins {
}
dependencies {
implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.23.4"))
implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.24.0"))
implementation("io.quarkus:quarkus-rest")
}