Skip to content

Commit b1be1a2

Browse files
dependency: Update junit-framework monorepo to v6.0.3 (#77)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e3e6eed commit b1be1a2

1 file changed

Lines changed: 4 additions & 4 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.21.0")
7-
testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.2")
8-
testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.2")
7+
testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.3")
8+
testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.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.0.2")
12-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.2")
11+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.3")
12+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.3")
1313
}
1414

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

0 commit comments

Comments
 (0)