File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -721,7 +721,7 @@ We can now move forward and implement support for the `MARKDOWN` content type. F
721721-----
722722dependencies {
723723 ...
724- implementation("org.jetbrains:markdown:0.1.45 ")
724+ implementation("org.jetbrains:markdown:0.2.2 ")
725725 ...
726726}
727727-----
@@ -1274,7 +1274,7 @@ We are going to add one more dependency specifically for tests. https://github.c
12741274-----
12751275dependencies {
12761276 ...
1277- testImplementation("app.cash.turbine:turbine:0.3.0 ")
1277+ testImplementation("app.cash.turbine:turbine:0.4.1 ")
12781278 ...
12791279}
12801280-----
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"
You can’t perform that action at this time.
0 commit comments