File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies {
11
11
// workaround https://github.com/gradle/gradle/issues/15383
12
12
implementation(files(project.libs.javaClass.superclass.protectionDomain.codeSource.location))
13
13
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 " )
15
15
implementation(libs.kotlin.gradle.plugin)
16
16
implementation(libs.kotlin.plugin.serialization)
17
17
implementation(" io.github.gradle-nexus:publish-plugin:1.3.0" )
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
kotlin = " 1.9.23"
3
- okio = " 3.8 .0"
3
+ okio = " 3.9 .0"
4
4
serialization = " 1.6.3"
5
5
diktat = " 1.2.5"
6
6
kotlinx-cli = " 0.3.6"
@@ -11,7 +11,7 @@ ktoml = "0.5.1"
11
11
multiplatform-diff = " 0.5.0"
12
12
kotlinpoet = " 1.16.0"
13
13
kotest = " 5.8.1"
14
- sarif4k = " 0.5 .0"
14
+ sarif4k = " 0.6 .0"
15
15
sarif-utils = " 0.2.2"
16
16
log4j = " 2.23.1"
17
17
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ pluginManagement {
27
27
}
28
28
29
29
plugins {
30
- id(" com.gradle.enterprise" ) version " 3.16.2 "
30
+ id(" com.gradle.enterprise" ) version " 3.17.1 "
31
31
}
32
32
33
33
gradleEnterprise {
You can’t perform that action at this time.
0 commit comments