Skip to content

Commit

Permalink
Merge pull request #100 from saveourtool/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Update all non-major dependencies (except core Kotlin)
  • Loading branch information
nulls authored Nov 7, 2023
2 parents 3a9769d + 92769b1 commit 633a934
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 @@ -11,7 +11,7 @@ dependencies {
// workaround https://github.com/gradle/gradle/issues/15383
implementation(files(project.libs.javaClass.superclass.protectionDomain.codeSource.location))
implementation(libs.diktat.gradle.plugin)
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.1")
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.3")
implementation(libs.kotlin.gradle.plugin)
implementation(libs.kotlin.plugin.serialization)
implementation("io.github.gradle-nexus:publish-plugin:1.3.0")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ kotlin {
dependsOn(commonNonJsTest)
dependencies {
implementation(kotlin("test-junit5"))
implementation("org.junit.jupiter:junit-jupiter-engine:5.10.0")
implementation("org.junit.jupiter:junit-jupiter-engine:5.10.1")
}
}
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 @@ -7,13 +7,13 @@ diktat = "1.2.5"
kotlinx-cli = "0.3.6"
kotlinx-datetime = "0.4.1"
kotlinx-coroutines = "1.6.3-native-mt"
junit = "5.10.0"
junit = "5.10.1"
multiplatform-diff = "0.4.0"
kotlinpoet = "1.14.2"
sarif4k = "0.5.0"
kotlin-logging = "3.0.5"
log4j = "2.21.1"
kotest = "5.7.2"
kotest = "5.8.0"

[plugins]
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
Expand Down

0 comments on commit 633a934

Please sign in to comment.