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 aca7bcd commit d72e78cCopy full SHA for d72e78c
build.gradle
@@ -24,7 +24,7 @@ dependencies {
24
implementation 'org.apache.commons:commons-collections4:4.4'
25
implementation 'org.slf4j:slf4j-api:2.0.16'
26
testImplementation 'org.slf4j:slf4j-simple:2.0.16'
27
- testImplementation platform('org.junit:junit-bom:5.11.3')
+ testImplementation platform('org.junit:junit-bom:5.11.4')
28
testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0")
29
testImplementation 'org.junit.jupiter:junit-jupiter'
30
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
0 commit comments