Skip to content

Commit d38ba1e

Browse files
Build(deps): Bump com.google.truth:truth from 1.4.4 to 1.4.5
Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.4.4 to 1.4.5. - [Release notes](https://github.com/google/truth/releases) - [Commits](google/truth@v1.4.4...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>
1 parent 9ed13cf commit d38ba1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

News-Android-App/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ dependencies {
231231
// Assertions
232232
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
233233
androidTestImplementation 'androidx.test.ext:truth:1.7.0'
234-
androidTestImplementation 'com.google.truth:truth:1.4.4'
234+
androidTestImplementation 'com.google.truth:truth:1.4.5'
235235

236236
// Espresso dependencies
237237
androidTestImplementation "androidx.test.espresso:espresso-core:$ESPRESSO_VERSION"

0 commit comments

Comments
 (0)