From 82fed6df2463886814e1f786e2431e7f9928aaff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 16:49:14 +0000 Subject: [PATCH] Bump com.google.truth:truth from 1.1.5 to 1.4.1 Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.1.5 to 1.4.1. - [Release notes](https://github.com/google/truth/releases) - [Commits](https://github.com/google/truth/compare/v1.1.5...v1.4.1) --- updated-dependencies: - dependency-name: com.google.truth:truth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 65c42b9..64df2f4 100644 --- a/build.gradle +++ b/build.gradle @@ -134,9 +134,9 @@ dependencies { testImplementation "junit:junit:4.13.2" testImplementation "org.hamcrest:hamcrest-all:1.3" testImplementation "org.mockito:mockito-all:1.10.19" - testImplementation "com.google.truth:truth:1.1.5" - testImplementation "com.google.truth.extensions:truth-java8-extension:1.1.5" - testImplementation "com.google.truth.extensions:truth-proto-extension:1.1.5" + testImplementation "com.google.truth:truth:1.4.1" + testImplementation "com.google.truth.extensions:truth-java8-extension:1.4.1" + testImplementation "com.google.truth.extensions:truth-proto-extension:1.4.1" testImplementation "org.skyscreamer:jsonassert:1.5.1" testImplementation "org.apache.logging.log4j:log4j-core:2.17.2"