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 b4a5a40 + def35a7 commit 1479981Copy full SHA for 1479981
build.gradle
@@ -121,7 +121,7 @@ dependencies {
121
testImplementation platform('org.mockito:mockito-bom:5.15.2')
122
testImplementation group: 'org.mockito', name: 'mockito-core'
123
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.3'
124
- testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.18.3'
+ testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.19.1'
125
}
126
127
test {
0 commit comments