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 52e840a commit 5417273Copy full SHA for 5417273
lib/build.gradle
@@ -20,7 +20,7 @@ dependencies {
20
21
implementation "com.squareup.okhttp3:okhttp:$versions.okhttp"
22
23
- testImplementation 'org.assertj:assertj-core:3.15.0'
+ testImplementation 'org.assertj:assertj-core:3.19.0'
24
testImplementation "org.junit.jupiter:junit-jupiter-api:${versions.jupiter}"
25
testImplementation "org.junit.jupiter:junit-jupiter-params:${versions.jupiter}"
26
testRuntime "org.junit.jupiter:junit-jupiter-engine:${versions.jupiter}"
0 commit comments