File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ dependencies {
6363 }
6464 }
6565 }
66- implementation(" org.jetbrains.kotlin:kotlin-stdlib:1.9.22 " )
67- implementation(" org.jetbrains.kotlin:kotlin-reflect:1.9.22 " )
66+ implementation(" org.jetbrains.kotlin:kotlin-stdlib:1.9.23 " )
67+ implementation(" org.jetbrains.kotlin:kotlin-reflect:1.9.23 " )
6868
6969 implementation(" io.github.microutils:kotlin-logging:3.0.5" )
7070 implementation(" org.slf4j:slf4j-api:2.0.12" )
@@ -78,7 +78,7 @@ dependencies {
7878 implementation(" com.google.re2j:re2j:1.7" )
7979// implementation("com.github.fge:json-schema-validator:2.2.6")
8080
81- testImplementation(" org.jetbrains.kotlin:kotlin-test-junit5:1.9.22 " )
81+ testImplementation(" org.jetbrains.kotlin:kotlin-test-junit5:1.9.23 " )
8282 testImplementation(" io.kotest:kotest-runner-junit5:5.8.1" )
8383 testRuntimeOnly(" org.junit.platform:junit-platform-launcher:1.10.2" )
8484}
You can’t perform that action at this time.
0 commit comments