From c3b52f63ad3c2bdce05ef3133c1186435deab352 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 20:08:01 -0400 Subject: [PATCH] Update dependency com.google.truth:truth to v1.4.4 (#638) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- moshi-ir/moshi-kotlin-tests/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9bcee995..50632fd4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -91,6 +91,6 @@ retrofit-moshi = { module = "com.squareup.retrofit2:converter-moshi", version.re # Test libs junit = { module = "junit:junit", version = "4.13.2" } -truth = { module = "com.google.truth:truth", version = "1.4.3" } +truth = { module = "com.google.truth:truth", version = "1.4.4" } kotlinCompileTesting = { module = "dev.zacsweers.kctfork:core", version.ref = "kotlinCompileTesting" } kotlinCompileTesting-ksp = { module = "dev.zacsweers.kctfork:ksp", version.ref ="kotlinCompileTesting" } diff --git a/moshi-ir/moshi-kotlin-tests/build.gradle.kts b/moshi-ir/moshi-kotlin-tests/build.gradle.kts index 8fe8dd7b..c48ff568 100644 --- a/moshi-ir/moshi-kotlin-tests/build.gradle.kts +++ b/moshi-ir/moshi-kotlin-tests/build.gradle.kts @@ -47,7 +47,7 @@ tasks.withType().configureEach { dependencies { testImplementation("junit:junit:4.13.2") - testImplementation("com.google.truth:truth:1.4.3") + testImplementation("com.google.truth:truth:1.4.4") testImplementation("com.squareup.moshi:moshi:1.15.1") testImplementation(kotlin("reflect")) testImplementation(project(":moshi-ir:moshi-kotlin-tests:extra-moshi-test-module"))