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 345c8a2 commit 7c5e2afCopy full SHA for 7c5e2af
build.gradle
@@ -83,7 +83,7 @@ dependencies {
83
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.18.3'
84
testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '4.12.0'
85
86
- testImplementation platform('org.junit:junit-bom:5.11.3')
+ testImplementation platform('org.junit:junit-bom:5.11.4')
87
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
88
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params'
89
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
0 commit comments