Update dependency org.assertj:assertj-core to v3.27.7 [SECURITY]
Some checks failed
Checking for spelling errors / rojopolis/spellcheck (push) Has been cancelled

This commit is contained in:
Sulkta 2026-06-28 02:33:54 +00:00
parent 71ae841ed4
commit d55da4d86e

View file

@ -29,7 +29,7 @@ dependencies {
// Test dependencies (Java 8 compatible versions)
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:4.11.0'
testImplementation 'org.assertj:assertj-core:3.24.2'
testImplementation 'org.assertj:assertj-core:3.27.7'
}
test {