From 1cd2db8d30533e95731a2d4b8b1d23da437ad086 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 21:26:53 +0000 Subject: [PATCH] chore(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](https://github.com/google/truth/compare/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] --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index ea73735..632b7d9 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -240,8 +240,8 @@ dependencies { testImplementation("app.cash.turbine:turbine:1.2.0") testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.11.0") testImplementation("io.mockk:mockk:1.13.13") - testImplementation("com.google.truth:truth:1.4.4") - androidTestImplementation("com.google.truth:truth:1.4.4") + testImplementation("com.google.truth:truth:1.4.5") + androidTestImplementation("com.google.truth:truth:1.4.5") androidTestImplementation(platform(libs.androidx.compose.bom)) androidTestImplementation(libs.androidx.compose.ui.test.junit4) androidTestImplementation(libs.androidx.espresso.core)