We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a792fad commit 231bce9Copy full SHA for 231bce9
build.gradle
@@ -75,7 +75,7 @@ dependencies {
75
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params'
76
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
77
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher'
78
- testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.24.2'
+ testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.25.1'
79
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.8.0'
80
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.1'
81
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.17.2'
0 commit comments