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 @@ -3,8 +3,8 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
33plugins {
44 id(" org.springframework.boot" ) version " 3.1.0"
55 id(" io.spring.dependency-management" ) version " 1.0.11.RELEASE"
6- kotlin(" jvm" ) version " 2.0.0 "
7- kotlin(" plugin.spring" ) version " 2.0.21 "
6+ kotlin(" jvm" ) version " 2.2.10 "
7+ kotlin(" plugin.spring" ) version " 2.2.10 "
88}
99
1010group = " com.huisam"
@@ -23,7 +23,7 @@ dependencies {
2323 implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8" )
2424 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-reactor" )
2525 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1" )
26- implementation(" org.jetbrains.kotlin:kotlin-reflect:1.8.21 " )
26+ implementation(" org.jetbrains.kotlin:kotlin-reflect:1.9.25 " )
2727 implementation(" io.arrow-kt:arrow-optics:1.1.5" )
2828 testImplementation(" io.mockk:mockk:1.13.13" )
2929 testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.0" )
You can’t perform that action at this time.
0 commit comments