Skip to content

Commit

Permalink
Update dependency com.google.truth:truth to v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 16, 2024
1 parent 6d31210 commit 9120b2c
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.2")
library("google.truth", "com.google.truth", "truth").version("1.4.0")
library("google.truth", "com.google.truth", "truth").version("1.4.1")
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 9120b2c

Please sign in to comment.