Skip to content

Commit

Permalink
chore: update to truth 1.3.0
Browse files Browse the repository at this point in the history
we no longer need to depend on truth-java8-extension
  • Loading branch information
Citymonstret committed Jan 20, 2024
1 parent ff0d36b commit 2027597
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@ dependencies {
testImplementation(libs.mockito.core)
testImplementation(libs.mockito.jupiter)
testImplementation(libs.truth)
testImplementation(libs.truth.java8)
}
3 changes: 1 addition & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ immutables = "2.10.0"
jupiterEngine = "5.10.1"
mockitoCore = "5.9.0"
mockitoJupiter = "5.9.0"
truth = "1.2.0"
truth = "1.3.0"

[libraries]
cloud-build-logic = { module = "org.incendo:cloud-build-logic", version.ref = "cloud-build-logic" }
Expand All @@ -42,6 +42,5 @@ jupiter-params = { group = "org.junit.jupiter", name = "junit-jupiter-params", v
mockito-core = { group = "org.mockito", name = "mockito-core", version.ref = "mockitoCore" }
mockito-jupiter = { group = "org.mockito", name = "mockito-junit-jupiter", version.ref = "mockitoJupiter" }
truth = { group = "com.google.truth", name = "truth", version.ref = "truth" }
truth-java8 = { group = "com.google.truth.extensions", name = "truth-java8-extension", version.ref = "truth" }

[bundles]

0 comments on commit 2027597

Please sign in to comment.