Skip to content

Commit

Permalink
Update dependency io.quarkus:quarkus-bom to v2.15.3.Final (#55)
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 Jan 10, 2023
1 parent 8fb3654 commit 6178a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/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(":project:kediatr-core"))
implementation(platform("io.quarkus:quarkus-bom:2.15.2.Final"))
implementation(platform("io.quarkus:quarkus-bom:2.15.3.Final"))
implementation("io.quarkus:quarkus-arc")
implementation("javax.enterprise:cdi-api:2.0")
}
Expand Down

0 comments on commit 6178a99

Please sign in to comment.