From 84c6e23337fc827a43f0cc62e3bc859f0d501410 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 20:44:38 +0900 Subject: [PATCH] fix(deps): update dependency com.google.truth:truth to v1.4.3 (#155) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0e72861..90c38cf 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ jvmTarget = "1.8" [libraries] kotlinpoet = { module = "com.squareup:kotlinpoet", version = "1.17.0" } junit = { module = "junit:junit", version = "4.13.2" } -truth = { module = "com.google.truth:truth", version = "1.4.2" } +truth = { module = "com.google.truth:truth", version = "1.4.3" } kotlin-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } android-plugin = { module = "com.android.tools.build:gradle", version.ref = "android" }