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 995e151 + 4fa01d7 commit 500b6fbCopy full SHA for 500b6fb
build.gradle
@@ -84,7 +84,7 @@ dependencies {
84
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.18.1'
85
testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '4.12.0'
86
87
- testImplementation platform('org.junit:junit-bom:5.11.1')
+ testImplementation platform('org.junit:junit-bom:5.11.2')
88
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
89
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params'
90
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
0 commit comments