We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0aa4a8 + 75f346e commit 29a6102Copy full SHA for 29a6102
build.gradle
@@ -98,7 +98,7 @@ dependencies {
98
testImplementation platform('org.junit:junit-bom:5.14.2')
99
testImplementation 'org.junit.jupiter:junit-jupiter-api'
100
testImplementation 'org.mockito:mockito-junit-jupiter:5.21.0'
101
- testImplementation 'org.assertj:assertj-core:3.27.6'
+ testImplementation 'org.assertj:assertj-core:3.27.7'
102
103
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
104
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
0 commit comments