Skip to content

Commit 1732b5c

Browse files
chore(deps): update junit-framework monorepo to v5.14.0
1 parent 38798a3 commit 1732b5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/hephaestus.common-conventions.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ repositories {
1010
}
1111

1212
dependencies {
13-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
14-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
13+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.14.0")
14+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.14.0")
1515
}
1616

1717
java {

0 commit comments

Comments
 (0)