Skip to content

Commit

Permalink
Update dependency com.google.truth:truth to v1.4.4 (#1943)
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 Jul 12, 2024
1 parent 4ee8fc4 commit 2de99de
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 @@ -45,7 +45,7 @@ ksp = { module = "com.google.devtools.ksp:symbol-processing", version.ref = "ksp
ksp-api = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp" }
ksp-aaEmbeddable = { module = "com.google.devtools.ksp:symbol-processing-aa-embeddable", version.ref = "ksp" }

truth = { module = "com.google.truth:truth", version = "1.4.3" }
truth = { module = "com.google.truth:truth", version = "1.4.4" }
compileTesting = { module = "com.google.testing.compile:compile-testing", version = "0.21.0" }
jimfs = { module = "com.google.jimfs:jimfs", version = "1.3.0" }
ecj = { module = "org.eclipse.jdt.core.compiler:ecj", version = "4.6.1" }
Expand Down

0 comments on commit 2de99de

Please sign in to comment.