File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import java.text.SimpleDateFormat
4
4
import java.util.*
5
5
6
6
plugins {
7
- kotlin(" jvm" ) version " 2.0.20 "
7
+ kotlin(" jvm" ) version " 2.0.21 "
8
8
id(" maven-publish" )
9
9
id(" signing" )
10
10
id(" com.github.ben-manes.versions" ) version " 0.51.0"
@@ -37,7 +37,7 @@ dependencies {
37
37
implementation(it) {
38
38
version {
39
39
strictly(" [1.6,3)" )
40
- prefer(" 2.0.20 " )
40
+ prefer(" 2.0.21 " )
41
41
}
42
42
}
43
43
}
@@ -64,8 +64,8 @@ dependencies {
64
64
}
65
65
}
66
66
}
67
- implementation(" org.jetbrains.kotlin:kotlin-stdlib:2.0.20 " )
68
- implementation(" org.jetbrains.kotlin:kotlin-reflect:2.0.20 " )
67
+ implementation(" org.jetbrains.kotlin:kotlin-stdlib:2.0.21 " )
68
+ implementation(" org.jetbrains.kotlin:kotlin-reflect:2.0.21 " )
69
69
70
70
implementation(" io.github.microutils:kotlin-logging:3.0.5" )
71
71
implementation(" org.slf4j:slf4j-api:2.0.16" )
@@ -79,7 +79,7 @@ dependencies {
79
79
implementation(" com.google.re2j:re2j:1.7" )
80
80
// implementation("com.github.fge:json-schema-validator:2.2.6")
81
81
82
- testImplementation(" org.jetbrains.kotlin:kotlin-test-junit5:2.0.20 " )
82
+ testImplementation(" org.jetbrains.kotlin:kotlin-test-junit5:2.0.21 " )
83
83
testImplementation(" io.kotest:kotest-runner-junit5:5.9.1" )
84
84
testRuntimeOnly(" org.junit.platform:junit-platform-launcher:1.11.3" )
85
85
}
You can’t perform that action at this time.
0 commit comments