File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
src/main/kotlin/com/saveourtool/save/buildutils Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ 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:2.0.0" )
18
18
implementation(" org.ajoberstar.reckon:reckon-gradle:0.18.3" )
19
19
implementation(" com.squareup:kotlinpoet:1.16.0" )
20
- implementation(" com.google.code.gson:gson:2.10.1 " )
20
+ implementation(" com.google.code.gson:gson:2.11.0 " )
21
21
}
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ kotlin {
51
51
sourceSets {
52
52
val commonTest by getting {
53
53
dependencies {
54
- implementation(" io.kotest:kotest-assertions-core:5.8.1 " )
54
+ implementation(" io.kotest:kotest-assertions-core:5.9.0 " )
55
55
implementation(kotlin(" test-common" ))
56
56
implementation(kotlin(" test-annotations-common" ))
57
57
}
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"
@@ -10,8 +10,8 @@ junit = "5.10.2"
10
10
ktoml = " 0.5.1"
11
11
multiplatform-diff = " 0.5.0"
12
12
kotlinpoet = " 1.16.0"
13
- kotest = " 5.8.1 "
14
- sarif4k = " 0.5 .0"
13
+ kotest = " 5.9.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.4 "
31
31
}
32
32
33
33
gradleEnterprise {
You can’t perform that action at this time.
0 commit comments