File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
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.0 "
7
+ kotlin(" jvm" ) version " 2.0.10 "
8
8
id(" maven-publish" )
9
9
id(" signing" )
10
10
id(" com.github.ben-manes.versions" ) version " 0.51.0"
@@ -64,8 +64,8 @@ dependencies {
64
64
}
65
65
}
66
66
}
67
- implementation(" org.jetbrains.kotlin:kotlin-stdlib:2.0.0 " )
68
- implementation(" org.jetbrains.kotlin:kotlin-reflect:2.0.0 " )
67
+ implementation(" org.jetbrains.kotlin:kotlin-stdlib:2.0.10 " )
68
+ implementation(" org.jetbrains.kotlin:kotlin-reflect:2.0.10 " )
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.0 " )
82
+ testImplementation(" org.jetbrains.kotlin:kotlin-test-junit5:2.0.10 " )
83
83
testImplementation(" io.kotest:kotest-runner-junit5:5.9.1" )
84
84
testRuntimeOnly(" org.junit.platform:junit-platform-launcher:1.11.0" )
85
85
}
You can’t perform that action at this time.
0 commit comments