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 4c9e903 commit d771463Copy full SHA for d771463
build.gradle
@@ -28,7 +28,7 @@ dependencies {
28
testImplementation("com.squareup.okhttp3:mockwebserver:5.1.0")
29
testImplementation 'org.junit.jupiter:junit-jupiter'
30
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
31
- testImplementation 'commons-io:commons-io:2.19.0'
+ testImplementation 'commons-io:commons-io:2.20.0'
32
testImplementation 'com.google.truth:truth:1.4.4'
33
testImplementation ('org.mockito:mockito-core:4.11.0') {
34
exclude group: 'net.bytebuddy', module: 'byte-buddy' // mockito 4's version doesn't work with Java 21
0 commit comments