Skip to content

Commit f52b9b3

Browse files
committed
updates dependencies
1 parent fa7e96e commit f52b9b3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle.kts

Lines changed: 6 additions & 6 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"
@@ -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

4545
tasks.withType<Test> {

0 commit comments

Comments
 (0)