From 88305396ab7d11ac620dea5309be301d280c774e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 09:06:04 +0000 Subject: [PATCH] Bump com.google.truth:truth from 1.1.5 to 1.4.5 Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.1.5 to 1.4.5. - [Release notes](https://github.com/google/truth/releases) - [Commits](https://github.com/google/truth/compare/v1.1.5...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-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ff86dfe36..448d845ad 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ dependencies { // Google Truth test framework // https://mvnrepository.com/artifact/com.google.truth/truth - testImplementation group: 'com.google.truth', name: 'truth', version: '1.1.5' + testImplementation group: 'com.google.truth', name: 'truth', version: '1.4.5' // Test mocking framework testImplementation "org.mockito:mockito-core:5.+"