Skip to content

Commit

Permalink
Update dependency com.google.truth:truth to v1.4.4 (#638)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 13, 2024
1 parent c3b3b39 commit c3b52f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ retrofit-moshi = { module = "com.squareup.retrofit2:converter-moshi", version.re

# Test libs
junit = { module = "junit:junit", version = "4.13.2" }
truth = { module = "com.google.truth:truth", version = "1.4.3" }
truth = { module = "com.google.truth:truth", version = "1.4.4" }
kotlinCompileTesting = { module = "dev.zacsweers.kctfork:core", version.ref = "kotlinCompileTesting" }
kotlinCompileTesting-ksp = { module = "dev.zacsweers.kctfork:ksp", version.ref ="kotlinCompileTesting" }
2 changes: 1 addition & 1 deletion moshi-ir/moshi-kotlin-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ tasks.withType<KotlinCompile>().configureEach {

dependencies {
testImplementation("junit:junit:4.13.2")
testImplementation("com.google.truth:truth:1.4.3")
testImplementation("com.google.truth:truth:1.4.4")
testImplementation("com.squareup.moshi:moshi:1.15.1")
testImplementation(kotlin("reflect"))
testImplementation(project(":moshi-ir:moshi-kotlin-tests:extra-moshi-test-module"))
Expand Down

0 comments on commit c3b52f6

Please sign in to comment.