File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
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 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"
@@ -11,7 +11,7 @@ ktoml = "0.5.1"
1111multiplatform-diff = " 0.5.0"
1212kotlinpoet = " 1.16.0"
1313kotest = " 5.8.1"
14- sarif4k = " 0.5 .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.1 "
3131}
3232
3333gradleEnterprise {
You can’t perform that action at this time.
0 commit comments