Merge pull request #1991 from square/renovate/com.google.truth-truth-1.x

Update dependency com.google.truth:truth to v1.4.5
This commit is contained in:
Jake Wharton
2025-09-10 12:25:35 -04:00
committed by GitHub

View File

@@ -33,6 +33,6 @@ assertj = "org.assertj:assertj-core:3.27.4"
junit = "junit:junit:4.13.2"
kotlinCompileTesting = { module = "dev.zacsweers.kctfork:core", version.ref = "kotlinCompileTesting" }
kotlinCompileTesting-ksp = { module = "dev.zacsweers.kctfork:ksp", version.ref ="kotlinCompileTesting" }
truth = "com.google.truth:truth:1.4.4"
truth = "com.google.truth:truth:1.4.5"
googleJavaFormat = "com.google.googlejavaformat:google-java-format:1.28.0"
ktlint = "com.pinterest.ktlint:ktlint-cli:1.3.1"