Bump truth from 1.1.2 to 1.1.3
Bumps [truth](https://github.com/google/truth) from 1.1.2 to 1.1.3. - [Release notes](https://github.com/google/truth/releases) - [Commits](https://github.com/google/truth/commits) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
84cc4d0c00
commit
6193b137c5
|
@ -145,7 +145,7 @@ dependencies {
|
||||||
testImplementation "org.powermock:powermock-module-junit4-rule:${powermockVersion}"
|
testImplementation "org.powermock:powermock-module-junit4-rule:${powermockVersion}"
|
||||||
testImplementation "org.powermock:powermock-module-junit4:${powermockVersion}"
|
testImplementation "org.powermock:powermock-module-junit4:${powermockVersion}"
|
||||||
testImplementation "joda-time:joda-time:$jodatime_version"
|
testImplementation "joda-time:joda-time:$jodatime_version"
|
||||||
testImplementation('com.google.truth:truth:1.1.2') {
|
testImplementation('com.google.truth:truth:1.1.3') {
|
||||||
exclude group: "com.google.guava", module: "guava"
|
exclude group: "com.google.guava", module: "guava"
|
||||||
}
|
}
|
||||||
testImplementation "org.skyscreamer:jsonassert:1.5.0"
|
testImplementation "org.skyscreamer:jsonassert:1.5.0"
|
||||||
|
|
Loading…
Reference in a new issue