Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (except core kotlin) (#…
Browse files Browse the repository at this point in the history
…542)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 24, 2023
1 parent 169ec8b commit d74cbdf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ kotlin {
dependsOn(commonNonJsTest)
dependencies {
implementation(kotlin("test-junit5"))
implementation("org.junit.jupiter:junit-jupiter-engine:5.9.3")
implementation("org.junit.jupiter:junit-jupiter-engine:5.10.0")
}
}
val nativeMain by creating {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ diktat = "1.2.5"
kotlinx-cli = "0.3.5"
kotlinx-datetime = "0.4.0"
kotlinx-coroutines = "1.6.3-native-mt"
junit = "5.9.3"
junit = "5.10.0"
ktoml = "0.5.0"
multiplatform-diff = "0.4.0"
kotlinpoet = "1.14.2"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pluginManagement {
}

plugins {
id("com.gradle.enterprise") version "3.13.4"
id("com.gradle.enterprise") version "3.14"
}

gradleEnterprise {
Expand Down

0 comments on commit d74cbdf

Please sign in to comment.