Skip to content

Commit

Permalink
fix(deps): update dependency com.google.truth:truth to v1.2.0 (#131)
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] authored Dec 22, 2023
1 parent ab37a22 commit 10a6a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jvmTarget = "1.8"
[libraries]
kotlinpoet = { module = "com.squareup:kotlinpoet", version = "1.15.3" }
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" }

kotlin-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
android-plugin = { module = "com.android.tools.build:gradle", version.ref = "android" }
Expand Down

0 comments on commit 10a6a29

Please sign in to comment.