Skip to content

Commit 58286df

Browse files
chore(deps): update junit-framework monorepo to v6.0.2 (#257)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d389bd4 commit 58286df

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ repositories {
2222

2323
dependencies {
2424
testImplementation("ch.tutteli.atrium:atrium-fluent:1.2.0")
25-
testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.1")
26-
testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.1")
25+
testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.2")
26+
testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.2")
2727

2828
constraints {
2929
testImplementation(kotlin("reflect", KotlinVersion.CURRENT.toString()))
3030
}
3131

32-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.1")
33-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.1")
32+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.2")
33+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.2")
3434
}
3535

3636
val compilationTargetJavaVersion = JavaLanguageVersion.of(17)

0 commit comments

Comments
 (0)