Skip to content

Commit 528b019

Browse files
fix(deps): update junit5 monorepo
1 parent 821ec64 commit 528b019

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/config-kotlin.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ testing {
6767
val test by getting(JvmTestSuite::class) {
6868
useKotlinTest(embeddedKotlinVersion)
6969
dependencies {
70-
implementation("org.junit.jupiter:junit-jupiter-engine:5.10.1")
71-
implementation("org.junit.platform:junit-platform-launcher:1.10.1")
70+
implementation("org.junit.jupiter:junit-jupiter-engine:5.12.1")
71+
implementation("org.junit.platform:junit-platform-launcher:1.12.1")
7272
}
7373

7474
targets.configureEach {

0 commit comments

Comments
 (0)