Skip to content

Commit b9a2be6

Browse files
Bump com.google.truth:truth from 1.4.2 to 1.4.5 (#320)
Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.4.2 to 1.4.5. - [Release notes](https://github.com/google/truth/releases) - [Commits](google/truth@v1.4.2...v1.4.5) --- updated-dependencies: - dependency-name: com.google.truth:truth dependency-version: 1.4.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 67d2bfd commit b9a2be6

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
@@ -34,5 +34,5 @@ dependencies {
3434
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
3535
testImplementation("junit:junit:4.13.2")
3636
testImplementation("org.mockito.kotlin:mockito-kotlin:6.0.0")
37-
testImplementation("com.google.truth:truth:1.4.2")
37+
testImplementation("com.google.truth:truth:1.4.5")
3838
}

0 commit comments

Comments
 (0)