Skip to content

Commit 9ae4378

Browse files
Update dependency org.assertj:assertj-core to v3.27.3
1 parent 8572286 commit 9ae4378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies {
88
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.2")
99

1010
testImplementation("org.awaitility:awaitility:4.2.0")
11-
testImplementation("org.assertj:assertj-core:3.24.2")
11+
testImplementation("org.assertj:assertj-core:3.27.3")
1212

1313
testImplementation("nl.jqno.equalsverifier:equalsverifier:3.10.1")
1414
}

0 commit comments

Comments
 (0)