Skip to content

Commit

Permalink
build(deps): bump com.google.truth:truth from 1.3.0 to 1.4.0 (#251)
Browse files Browse the repository at this point in the history
Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/google/truth/releases)
- [Commits](google/truth@v1.3.0...v1.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 6, 2024
1 parent 20e7576 commit b7ba8ee
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 @@ -34,7 +34,7 @@ dependencyResolutionManagement {

library("junit", "junit:junit:4.13.2")
library("errorprone", "com.google.errorprone:error_prone_annotations:2.24.1")
library("truth", "com.google.truth:truth:1.3.0")
library("truth", "com.google.truth:truth:1.4.0")

library("jmhcore", "org.openjdk.jmh", "jmh-core").versionRef("jmh")
library("jmhanno", "org.openjdk.jmh", "jmh-generator-annprocess").versionRef("jmh")
Expand Down

0 comments on commit b7ba8ee

Please sign in to comment.