Skip to content

Commit

Permalink
Update all non-major dependencies (except core Kotlin)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 14, 2024
1 parent 6e04f70 commit cab8911
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ kotlin {
val jvmTest by getting {
dependencies {
implementation(kotlin("test-junit5"))
implementation("org.junit.jupiter:junit-jupiter-engine:5.10.3")
implementation("org.junit.jupiter:junit-jupiter-engine:5.11.0")
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ diktat = "1.2.5"
kotlinx-cli = "0.3.6"
kotlinx-datetime = "0.6.0"
kotlinx-coroutines = "1.6.3-native-mt"
junit = "5.10.3"
multiplatform-diff = "0.5.0"
junit = "5.11.0"
multiplatform-diff = "0.7.0"
kotlinpoet = "1.18.1"
sarif4k = "0.6.0"
kotlin-logging = "3.0.5"
Expand Down

0 comments on commit cab8911

Please sign in to comment.