Skip to content

Commit 58d76fe

Browse files
fix(deps): update junit-framework monorepo to v5.13.2
1 parent 55da1b1 commit 58d76fe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ tasks.withType<JavaCompile> {
2222
}
2323

2424
dependencies {
25-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.1")
26-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.1")
27-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.1")
25+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.2")
26+
testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.2")
27+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.2")
2828
}
2929
tasks.getByName<Test>("test") {
3030
useJUnitPlatform()

0 commit comments

Comments
 (0)