From c84572e1e44ef7403074de916aed0576a14798ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 18:15:01 +0000 Subject: [PATCH] Bump com.google.truth:truth from 1.4.2 to 1.4.5 Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.4.2 to 1.4.5. - [Release notes](https://github.com/google/truth/releases) - [Commits](https://github.com/google/truth/compare/v1.4.2...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] --- 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..071ac7d 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.5") testImplementation(kotlin("reflect")) }