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
  • Loading branch information
renovate[bot] committed May 1, 2023
1 parent 77ae870 commit 8929711
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ dependencies {
implementation(libs.kotlin.plugin.serialization)
implementation("io.github.gradle-nexus:publish-plugin:1.3.0")
implementation("org.ajoberstar.reckon:reckon-gradle:0.18.0")
implementation("com.squareup:kotlinpoet:1.13.0")
implementation("com.squareup:kotlinpoet:1.13.1")
implementation("com.google.code.gson:gson:2.10.1")
}
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.2")
implementation("org.junit.jupiter:junit-jupiter-engine:5.9.3")
}
}
val nativeMain by creating {
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ diktat = "1.2.5"
kotlinx-cli = "0.3.5"
kotlinx-datetime = "0.4.0"
kotlinx-coroutines = "1.6.3-native-mt"
junit = "5.9.2"
junit = "5.9.3"
ktoml = "0.4.1"
multiplatform-diff = "0.4.0"
kotlinpoet = "1.13.0"
kotlinpoet = "1.13.1"
kotest = "5.6.1"
sarif4k = "0.3.0"
sarif-utils = "0.2.1"
Expand Down

0 comments on commit 8929711

Please sign in to comment.