Skip to content

Commit

Permalink
Update dependency com.google.truth:truth to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2023
1 parent 35a377a commit 4f1c02b
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 @@ -83,6 +83,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.1.5" }
truth = { module = "com.google.truth:truth", version = "1.2.0" }
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 @@ -46,7 +46,7 @@ tasks.withType<KotlinCompile>().configureEach {

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

0 comments on commit 4f1c02b

Please sign in to comment.