Skip to content

Commit

Permalink
Update dependency com.google.truth:truth to v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 11, 2024
1 parent c4eb430 commit 2450e7a
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 @@ -21,7 +21,7 @@ dependencies {
implementation("org.jspecify:jspecify:0.3.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.3")
testImplementation("com.google.truth.extensions:truth-java8-extension:1.1.5")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}

0 comments on commit 2450e7a

Please sign in to comment.