Skip to content

Commit

Permalink
Merge pull request #87 from hossain-khan/renovate/com.google.truth-tr…
Browse files Browse the repository at this point in the history
…uth-1.x

Update dependency com.google.truth:truth to v1.4.3
  • Loading branch information
hossain-khan committed Jun 28, 2024
2 parents 0fad6b3 + 148722d commit 97f853a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
implementation("com.squareup.okio:okio:3.9.0")
testImplementation("org.jetbrains.kotlin:kotlin-test")
// https://github.com/google/truth
testImplementation("com.google.truth:truth:1.4.2")
testImplementation("com.google.truth:truth:1.4.3")
}

tasks.test {
Expand Down

0 comments on commit 97f853a

Please sign in to comment.