Update dependency org.assertj:assertj-core to v3.27.7 [SECURITY] #9

Open
renovate wants to merge 1 commit from renovate/maven-org.assertj-assertj-core-vulnerability into main

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 {