From 78831450df5b98daafeabd1bf6e6e923bd99e429 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 08:24:52 +0000 Subject: [PATCH] Bump com.google.truth:truth from 1.4.2 to 1.4.4 Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.4.2 to 1.4.4. - [Release notes](https://github.com/google/truth/releases) - [Commits](https://github.com/google/truth/compare/v1.4.2...v1.4.4) --- updated-dependencies: - dependency-name: com.google.truth:truth dependency-version: 1.4.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- compiler-plugin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-plugin/build.gradle.kts b/compiler-plugin/build.gradle.kts index 6cf4e39..369ec8c 100644 --- a/compiler-plugin/build.gradle.kts +++ b/compiler-plugin/build.gradle.kts @@ -34,7 +34,7 @@ dependencies { compileOnly("org.jetbrains.kotlin:kotlin-compiler-embeddable:2.0.0") testImplementation("dev.zacsweers.kctfork:core:0.4.1") testImplementation("junit:junit:4.13.2") - testImplementation("com.google.truth:truth:1.4.2") + testImplementation("com.google.truth:truth:1.4.4") testImplementation(kotlin("reflect")) }