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 Jun 28, 2024
1 parent fc6ce7e commit 29e42cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencyResolutionManagement {
versionCatalogs {
create("libs") {
version("junit", "5.10.3")
library("google.truth", "com.google.truth", "truth").version("1.4.2")
library("google.truth", "com.google.truth", "truth").version("1.4.3")
library("junit.api", "org.junit.jupiter", "junit-jupiter-api").versionRef("junit")
library("junit.engine", "org.junit.jupiter", "junit-jupiter-engine").versionRef("junit")
library("junit.params", "org.junit.jupiter", "junit-jupiter-params").versionRef("junit")
Expand Down

0 comments on commit 29e42cc

Please sign in to comment.