File tree Expand file tree Collapse file tree
src/main/kotlin/com/saveourtool/save/buildutils Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies {
1111 // workaround https://github.com/gradle/gradle/issues/15383
1212 implementation(files(project.libs.javaClass.superclass.protectionDomain.codeSource.location))
1313 implementation(libs.diktat.gradle.plugin)
14- implementation(" io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.1 " )
14+ implementation(" io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.3 " )
1515 implementation(libs.kotlin.gradle.plugin)
1616 implementation(libs.kotlin.plugin.serialization)
1717 implementation(" io.github.gradle-nexus:publish-plugin:1.3.0" )
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ kotlin {
7272 val commonMain by getting
7373 val commonTest by getting {
7474 dependencies {
75- implementation(" io.kotest:kotest-assertions-core:5.7.2 " )
75+ implementation(" io.kotest:kotest-assertions-core:5.8.0 " )
7676 }
7777 }
7878 val commonNonJsMain by creating {
@@ -92,7 +92,7 @@ kotlin {
9292 dependsOn(commonNonJsTest)
9393 dependencies {
9494 implementation(kotlin(" test-junit5" ))
95- implementation(" org.junit.jupiter:junit-jupiter-engine:5.10.0 " )
95+ implementation(" org.junit.jupiter:junit-jupiter-engine:5.10.1 " )
9696 }
9797 }
9898 val nativeMain by creating {
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ diktat = "1.2.5"
66kotlinx-cli = " 0.3.6"
77kotlinx-datetime = " 0.4.1"
88kotlinx-coroutines = " 1.7.3"
9- junit = " 5.10.0 "
9+ junit = " 5.10.1 "
1010ktoml = " 0.5.0"
1111multiplatform-diff = " 0.4.0"
1212kotlinpoet = " 1.14.2"
13- kotest = " 5.7.2 "
13+ kotest = " 5.8.0 "
1414sarif4k = " 0.5.0"
1515sarif-utils = " 0.2.1"
1616log4j = " 2.21.1"
You can’t perform that action at this time.
0 commit comments