File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
src/main/kotlin/com/saveourtool/save/buildutils Expand file tree Collapse file tree 4 files changed +6
-6
lines changed 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.5 " )
14+ implementation(" io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.6 " )
1515 implementation(libs.kotlin.gradle.plugin)
1616 implementation(libs.kotlin.plugin.serialization)
1717 implementation(" io.github.gradle-nexus:publish-plugin:2.0.0" )
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.1 " )
54+ implementation(" io.kotest:kotest-assertions-core:5.9.0 " )
5555 implementation(kotlin(" test-common" ))
5656 implementation(kotlin(" test-annotations-common" ))
5757 }
Original file line number Diff line number Diff line change 11[versions ]
22kotlin = " 1.9.23"
3- okio = " 3.8 .0"
3+ okio = " 3.9 .0"
44serialization = " 1.6.3"
55diktat = " 1.2.5"
66kotlinx-cli = " 0.3.6"
@@ -10,8 +10,8 @@ junit = "5.10.2"
1010ktoml = " 0.5.1"
1111multiplatform-diff = " 0.5.0"
1212kotlinpoet = " 1.16.0"
13- kotest = " 5.8.1 "
14- sarif4k = " 0.5 .0"
13+ kotest = " 5.9.0 "
14+ sarif4k = " 0.6 .0"
1515sarif-utils = " 0.2.2"
1616log4j = " 2.23.1"
1717
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ pluginManagement {
2727}
2828
2929plugins {
30- id(" com.gradle.enterprise" ) version " 3.16 .2"
30+ id(" com.gradle.enterprise" ) version " 3.17 .2"
3131}
3232
3333gradleEnterprise {
You can’t perform that action at this time.
0 commit comments