Merge pull request #538 from nightscout/dependabot/gradle/dev/com.google.truth-truth-1.1.3
Bump truth from 1.1.2 to 1.1.3
This commit is contained in:
commit
8c66053ca3
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ dependencies {
|
|||
testImplementation "org.powermock:powermock-module-junit4-rule:${powermockVersion}"
|
||||
testImplementation "org.powermock:powermock-module-junit4:${powermockVersion}"
|
||||
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"
|
||||
}
|
||||
testImplementation "org.skyscreamer:jsonassert:1.5.0"
|
||||
|
|
Loading…
Reference in a new issue