Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies to v3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2023
1 parent 9755643 commit 83ce1ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/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.4.1"
id("io.quarkus") version "3.4.2"
}

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

0 comments on commit 83ce1ef

Please sign in to comment.