Skip to content

Commit 3fdae9f

Browse files
GH-26 Update dependency org.assertj:assertj-core to v3.26.3
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 66446a9 commit 3fdae9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66
testImplementation("org.mockito:mockito-core:5.12.0")
77
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
88
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.2")
9-
testImplementation("org.assertj:assertj-core:3.26.0")
9+
testImplementation("org.assertj:assertj-core:3.26.3")
1010
testImplementation("org.awaitility:awaitility:4.2.1")
1111
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
1212
}

0 commit comments

Comments
 (0)