Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies to v3.12.0 (#340)
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 Jun 19, 2024
1 parent 4a4d630 commit 977e11f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/kediatr-quarkus-starter/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
plugins {
id("io.quarkus") version "3.11.2"
id("io.quarkus") version "3.12.0"
}

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

0 comments on commit 977e11f

Please sign in to comment.