Skip to content

Commit

Permalink
Update dependency com.google.truth:truth to v1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 25, 2024
1 parent 74cd435 commit f476401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/java-convention.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
implementation("org.jspecify:jspecify:1.0.0")
testImplementation("org.junit.jupiter:junit-jupiter:$junitVersion")
testImplementation("org.junit.jupiter:junit-jupiter-params:$junitVersion")
testImplementation("com.google.truth:truth:1.1.5")
testImplementation("com.google.truth:truth:1.4.4")
testImplementation("com.google.truth.extensions:truth-java8-extension:1.1.5")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}
Expand Down

0 comments on commit f476401

Please sign in to comment.