Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 13, 2024
1 parent 2334cb1 commit e541918
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion projects/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ subprojects {
}

dependencies {
implementation(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.1"))
implementation(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
}

Expand Down
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.14.2"
id("io.quarkus") version "3.14.3"
}

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

0 comments on commit e541918

Please sign in to comment.