From 68ace01e84dd1fc41db85185e3bd41263dcfdaeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 09:45:39 +0000 Subject: [PATCH] Bump com.google.truth:truth from 1.4.2 to 1.4.3 Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.4.2 to 1.4.3. - [Release notes](https://github.com/google/truth/releases) - [Commits](https://github.com/google/truth/compare/v1.4.2...v1.4.3) --- updated-dependencies: - dependency-name: com.google.truth:truth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 6c3ac43..0ac2f3d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -94,5 +94,5 @@ dependencies { testImplementation("com.squareup.moshi:moshi-kotlin:$moshiVersion") testImplementation("junit:junit:4.13.2") - testImplementation("com.google.truth:truth:1.4.2") + testImplementation("com.google.truth:truth:1.4.3") }