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 2071cbb + 7ce1da8 commit de0d991Copy full SHA for de0d991
build.gradle
@@ -84,7 +84,7 @@ dependencies {
84
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.19.1'
85
testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '4.12.0'
86
87
- testImplementation platform('org.junit:junit-bom:5.12.0')
+ testImplementation platform('org.junit:junit-bom:5.12.1')
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