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 59d26bd commit 48c4d3dCopy full SHA for 48c4d3d
build.gradle
@@ -28,7 +28,7 @@ dependencies {
28
testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0")
29
testImplementation 'org.junit.jupiter:junit-jupiter'
30
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
31
- testImplementation 'commons-io:commons-io:2.18.0'
+ testImplementation 'commons-io:commons-io:2.19.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