Skip to content

Commit

Permalink
fix(deps): update dependency io.quarkus:quarkus-bom to v3.9.0 (#312)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 20, 2024
1 parent bc9adee commit c61283d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/kediatr-quarkus-starter/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

dependencies {
api(project(":projects:kediatr-core"))
implementation(platform("io.quarkus:quarkus-bom:3.8.3"))
implementation(platform("io.quarkus:quarkus-bom:3.9.0"))
implementation("io.quarkus:quarkus-arc")
implementation("jakarta.enterprise:jakarta.enterprise.cdi-api:4.0.1")
}
Expand Down

0 comments on commit c61283d

Please sign in to comment.