From 0a5b5c47f5f3b21390a4be9599509403c0c7baf4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 16:49:52 +0000 Subject: [PATCH] Update dependency com.google.truth:truth to v1.4.3 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index db51cd4..b91470a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -64,7 +64,7 @@ dependencies { testImplementation("org.jetbrains.kotlin:kotlin-test-junit") // Truth testing lib - testImplementation("com.google.truth:truth:1.1.3") + testImplementation("com.google.truth:truth:1.4.3") } tasks.withType {