Skip to content

Commit ead7b77

Browse files
authored
Merge pull request #69 from unnamed/renovate/junit5-monorepo
chore(deps): update junit5 monorepo to v5.11.3
2 parents 7329b8f + 4801057 commit ead7b77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.2")
13-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.2")
12+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
13+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")
1414
}
1515

1616
java {

0 commit comments

Comments
 (0)