Update dependency com.google.truth:truth to v1.4.3 (#1859)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-06-27 13:18:51 -04:00
committed by GitHub
parent 7ea4ecabfe
commit 948c43947a

View File

@@ -35,6 +35,6 @@ assertj = "org.assertj:assertj-core:3.26.0"
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.2"
truth = "com.google.truth:truth:1.4.3"
googleJavaFormat = "com.google.googlejavaformat:google-java-format:1.22.0"
ktlint = "com.pinterest.ktlint:ktlint-cli:1.3.0"