Skip to content

Commit 673af03

Browse files
Bump com.google.truth:truth from 1.1.3 to 1.4.4
Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.1.3 to 1.4.4. - [Release notes](https://github.com/google/truth/releases) - [Commits](https://github.com/google/truth/commits/v1.4.4) --- updated-dependencies: - dependency-name: com.google.truth:truth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d89407b commit 673af03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

affectedmoduledetector/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ dependencies {
3030
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
3131
testImplementation("junit:junit:4.13.2")
3232
testImplementation("com.nhaarman:mockito-kotlin:1.6.0")
33-
testImplementation("com.google.truth:truth:1.1.3")
33+
testImplementation("com.google.truth:truth:1.4.4")
3434
}

0 commit comments

Comments
 (0)