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.
2 parents 055184f + 0164525 commit 7f7854fCopy full SHA for 7f7854f
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.27.2'
+ testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.27.3'
79
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.15.2'
80
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.3'
81
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.18.3'
0 commit comments