File tree 4 files changed +15
-15
lines changed
src/main/kotlin/com/saveourtool/save/buildutils
4 files changed +15
-15
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.7 " )
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
- implementation(" org.ajoberstar.reckon:reckon-gradle:0.18.3 " )
19
- implementation(" com.squareup:kotlinpoet:1.16.0 " )
20
- implementation(" com.google.code.gson:gson:2.10.1 " )
18
+ implementation(" org.ajoberstar.reckon:reckon-gradle:0.19.1 " )
19
+ implementation(" com.squareup:kotlinpoet:1.18.1 " )
20
+ implementation(" com.google.code.gson:gson:2.11.0 " )
21
21
}
Original file line number Diff line number Diff line change @@ -51,15 +51,15 @@ 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 .1" )
55
55
implementation(kotlin(" test-common" ))
56
56
implementation(kotlin(" test-annotations-common" ))
57
57
}
58
58
}
59
59
val jvmTest by getting {
60
60
dependencies {
61
61
implementation(kotlin(" test-junit5" ))
62
- implementation(" org.junit.jupiter:junit-jupiter-engine:5.10.2 " )
62
+ implementation(" org.junit.jupiter:junit-jupiter-engine:5.11.3 " )
63
63
}
64
64
}
65
65
}
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
kotlin = " 1.9.25"
3
- okio = " 3.8.0 "
3
+ okio = " 3.9.1 "
4
4
serialization = " 1.6.3"
5
5
diktat = " 1.2.5"
6
6
kotlinx-cli = " 0.3.6"
7
7
kotlinx-datetime = " 0.5.0"
8
8
kotlinx-coroutines = " 1.8.1"
9
- junit = " 5.10.2 "
10
- ktoml = " 0.5.1 "
11
- multiplatform-diff = " 0.5 .0"
12
- kotlinpoet = " 1.16.0 "
13
- kotest = " 5.8 .1"
14
- sarif4k = " 0.5 .0"
9
+ junit = " 5.11.3 "
10
+ ktoml = " 0.5.2 "
11
+ multiplatform-diff = " 0.7 .0"
12
+ kotlinpoet = " 1.18.1 "
13
+ kotest = " 5.9 .1"
14
+ sarif4k = " 0.6 .0"
15
15
sarif-utils = " 0.2.2"
16
- log4j = " 2.23.1 "
16
+ log4j = " 2.24.2 "
17
17
18
18
[plugins ]
19
19
kotlin-multiplatform = { id = " org.jetbrains.kotlin.multiplatform" , version.ref = " kotlin" }
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.18 .2"
31
31
}
32
32
33
33
gradleEnterprise {
You can’t perform that action at this time.
0 commit comments