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 a8120bc commit 8b22e1fCopy full SHA for 8b22e1f
build.gradle
@@ -16,7 +16,7 @@ dependencies {
16
implementation 'org.slf4j:slf4j-api:2.0.13'
17
testImplementation platform('org.junit:junit-bom:5.10.3')
18
testImplementation 'org.junit.jupiter:junit-jupiter'
19
- testImplementation 'org.skyscreamer:jsonassert:1.5.1'
+ testImplementation 'org.skyscreamer:jsonassert:1.5.3'
20
testImplementation 'commons-io:commons-io:2.11.0'
21
testImplementation "com.google.truth:truth:1.4.3"
22
}
0 commit comments