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 c76a98b commit f344014Copy full SHA for f344014
build.gradle
@@ -18,7 +18,7 @@ dependencies {
18
testImplementation 'org.junit.jupiter:junit-jupiter'
19
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"
+ testImplementation "com.google.truth:truth:1.4.4"
22
}
23
24
test {
0 commit comments