Skip to content

Commit 03ee869

Browse files
committed
Bump dependency enforcements
Follow-up for #185, #186
1 parent c6d02f0 commit 03ee869

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@ val dependencyVersions = listOf(
9494
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4",
9595
"org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.6.4",
9696
"org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.6.4",
97-
"org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4"
97+
"org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4",
9898
)
9999

100100
val dependencyGroupVersions = mapOf(
101-
"org.junit.jupiter" to "5.8.2",
102-
"org.junit.platform" to "1.8.2"
101+
"org.junit.jupiter" to "5.9.0",
102+
"org.junit.platform" to "1.9.0",
103103
)
104104

105105
configurations.all {

0 commit comments

Comments
 (0)