Skip to content

Commit d92911b

Browse files
committed
updates dependencies
1 parent 547d8eb commit d92911b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ We can now move forward and implement support for the `MARKDOWN` content type. F
721721
-----
722722
dependencies {
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
-----
12751275
dependencies {
12761276
...
1277-
testImplementation("app.cash.turbine:turbine:0.3.0")
1277+
testImplementation("app.cash.turbine:turbine:0.4.1")
12781278
...
12791279
}
12801280
-----

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

33
plugins {
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

1010
group = "com.example.kotlin"

0 commit comments

Comments
 (0)