Skip to content

Commit

Permalink
Bump com.google.truth:truth from 1.0 to 1.1.5 (#66)
Browse files Browse the repository at this point in the history
Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.0 to 1.1.5.
- [Release notes](https://github.com/google/truth/releases)
- [Commits](https://github.com/google/truth/commits/v1.1.5)

---
updated-dependencies:
- dependency-name: com.google.truth:truth
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 3, 2023
1 parent f104e77 commit f322e8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ dependencies {
implementation "org.json:json:20231013"
implementation "com.github.javaparser:javaparser-core:3.12.0"
implementation "com.google.guava:guava:32.1.3-jre"
testImplementation "com.google.truth:truth:1.0"
testImplementation "com.google.truth.extensions:truth-java8-extension:1.0"
testImplementation "com.google.truth:truth:1.1.5"
testImplementation "com.google.truth.extensions:truth-java8-extension:1.1.5"
}

shadowJar {
Expand Down

0 comments on commit f322e8e

Please sign in to comment.