Skip to content

Commit e3af410

Browse files
chore(deps): update junit-framework monorepo to v5.14.0
1 parent f5a4e5c commit e3af410

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

buildSrc/src/main/kotlin/creative.java-conventions.gradle.kts

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

1111
dependencies {
12-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
13-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")
12+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.14.0")
13+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.14.0")
1414
}
1515

1616
java {

0 commit comments

Comments
 (0)