Skip to content

Commit

Permalink
Update dependency com.google.truth.extensions:truth-java8-extension t…
Browse files Browse the repository at this point in the history
…o v1.4.3
  • Loading branch information
renovate[bot] authored Jul 11, 2024
1 parent c4eb430 commit 12fb911
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,6 +22,6 @@ dependencies {
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.extensions:truth-java8-extension:1.1.5")
testImplementation("com.google.truth.extensions:truth-java8-extension:1.4.3")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}

0 comments on commit 12fb911

Please sign in to comment.