Skip to content

Commit de974f6

Browse files
Update dependency com.google.truth:truth to v1.4.3 (#625)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7bda2c5 commit de974f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@ retrofit-moshi = { module = "com.squareup.retrofit2:converter-moshi", version.re
9191

9292
# Test libs
9393
junit = { module = "junit:junit", version = "4.13.2" }
94-
truth = { module = "com.google.truth:truth", version = "1.4.2" }
94+
truth = { module = "com.google.truth:truth", version = "1.4.3" }
9595
kotlinCompileTesting = { module = "dev.zacsweers.kctfork:core", version.ref = "kotlinCompileTesting" }
9696
kotlinCompileTesting-ksp = { module = "dev.zacsweers.kctfork:ksp", version.ref ="kotlinCompileTesting" }

moshi-ir/moshi-kotlin-tests/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ tasks.withType<KotlinCompile>().configureEach {
4747

4848
dependencies {
4949
testImplementation("junit:junit:4.13.2")
50-
testImplementation("com.google.truth:truth:1.4.2")
50+
testImplementation("com.google.truth:truth:1.4.3")
5151
testImplementation("com.squareup.moshi:moshi:1.15.1")
5252
testImplementation(kotlin("reflect"))
5353
testImplementation(project(":moshi-ir:moshi-kotlin-tests:extra-moshi-test-module"))

0 commit comments

Comments
 (0)