Skip to content

Commit aa2cee2

Browse files
author
Dominik Liebler
authored
Merge pull request #3 from domnikl/renovate/junit-junit-4.x
Update dependency junit:junit to v4.13.2
2 parents 13e02e3 + d56a2ee commit aa2cee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515

1616
dependencies {
1717
implementation(kotlin("stdlib-jdk8"))
18-
testCompile("junit", "junit", "4.12")
18+
testCompile("junit", "junit", "4.13.2")
1919
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.1.1")
2020
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-javafx:1.1.1")
2121
}

0 commit comments

Comments
 (0)