File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22
33plugins {
4- id(" org.springframework.boot" ) version " 2.4.0 "
5- id(" io.spring.dependency-management" ) version " 1.0.10 .RELEASE"
6- kotlin(" jvm" ) version " 1.4.10 "
7- kotlin(" plugin.spring" ) version " 1.4.10 "
4+ id(" org.springframework.boot" ) version " 2.4.5 "
5+ id(" io.spring.dependency-management" ) version " 1.0.11 .RELEASE"
6+ kotlin(" jvm" ) version " 1.4.32 "
7+ kotlin(" plugin.spring" ) version " 1.4.32 "
88}
99
1010group = " com.example.kotlin"
@@ -35,11 +35,11 @@ dependencies {
3535 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-reactor" )
3636
3737 testImplementation(" org.springframework.boot:spring-boot-starter-test" )
38- testImplementation(" app.cash.turbine:turbine:0.3.0 " )
38+ testImplementation(" app.cash.turbine:turbine:0.4.1 " )
3939
4040 runtimeOnly(" com.h2database:h2" )
4141
42- implementation(" org.jetbrains:markdown:0.1.45 " )
42+ implementation(" org.jetbrains:markdown:0.2.2 " )
4343}
4444
4545tasks.withType<Test > {
You can’t perform that action at this time.
0 commit comments