Skip to content

Commit 7d96d99

Browse files
dependency: Update junit-framework monorepo to v6.1.3 (#112)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8514380 commit 7d96d99

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

buildSrc/src/main/kotlin/commons-java-unit-test.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ plugins {
44

55
dependencies {
66
testImplementation("org.mockito:mockito-core:5.23.0")
7-
testImplementation("org.junit.jupiter:junit-jupiter-api:6.1.2")
8-
testImplementation("org.junit.jupiter:junit-jupiter-params:6.1.2")
7+
testImplementation("org.junit.jupiter:junit-jupiter-api:6.1.3")
8+
testImplementation("org.junit.jupiter:junit-jupiter-params:6.1.3")
99
testImplementation("org.assertj:assertj-core:3.27.7")
1010
testImplementation("org.awaitility:awaitility:4.3.0")
11-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.1.2")
12-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.2")
11+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.1.3")
12+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.3")
1313
}
1414

1515
tasks.getByName<Test>("test") {

eternalcode-commons-loom/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ sourceSets {
1515
}
1616

1717
dependencies {
18-
testImplementation("org.junit.jupiter:junit-jupiter:6.1.2")
18+
testImplementation("org.junit.jupiter:junit-jupiter:6.1.3")
1919
}
2020

2121
tasks.test {

0 commit comments

Comments
 (0)