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 @@ -5,7 +5,7 @@ import java.time.Instant
55
66plugins {
77 application
8- id(" org.jetbrains.kotlin.jvm" ) version " 2.1 .21"
8+ id(" org.jetbrains.kotlin.jvm" ) version " 2.2 .21"
99 id(" com.github.johnrengelman.shadow" ) version " 8.1.1"
1010 id(" org.jlleitschuh.gradle.ktlint" ) version " 12.3.0"
1111 id(" com.github.ben-manes.versions" ) version " 0.53.0"
@@ -32,8 +32,8 @@ dependencies {
3232 implementation(" com.natpryce:konfig:1.6.10.0" )
3333 implementation(" com.squareup.moshi:moshi:1.15.2" )
3434 implementation(" com.squareup.moshi:moshi-kotlin:1.15.2" )
35- implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1 .21" )
36- implementation(" org.jetbrains.kotlin:kotlin-reflect:2.1 .21" )
35+ implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.2 .21" )
36+ implementation(" org.jetbrains.kotlin:kotlin-reflect:2.2 .21" )
3737 implementation(" com.github.ben-manes.caffeine:caffeine:3.2.3" )
3838 implementation(" ch.qos.logback:logback-classic:1.5.20" )
3939 implementation(" ch.qos.logback.contrib:logback-json-classic:0.1.5" )
You can’t perform that action at this time.
0 commit comments