File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
buildSrc/src/main/kotlin/com/saveourtool/save/buildutils Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ kotlin {
5151 sourceSets {
5252 val commonTest by getting {
5353 dependencies {
54- implementation(" io.kotest:kotest-assertions-core:5.8.0 " )
54+ implementation(" io.kotest:kotest-assertions-core:5.8.1 " )
5555 implementation(kotlin(" test-common" ))
5656 implementation(kotlin(" test-annotations-common" ))
5757 }
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ junit = "5.10.2"
1010ktoml = " 0.5.1"
1111multiplatform-diff = " 0.5.0"
1212kotlinpoet = " 1.16.0"
13- kotest = " 5.8.0 "
13+ kotest = " 5.8.1 "
1414sarif4k = " 0.5.0"
1515sarif-utils = " 0.2.2"
16- log4j = " 2.23.0 "
16+ log4j = " 2.23.1 "
1717
1818[plugins ]
1919kotlin-multiplatform = { id = " org.jetbrains.kotlin.multiplatform" , version.ref = " kotlin" }
You can’t perform that action at this time.
0 commit comments