Skip to content

Commit

Permalink
Bump the minor-and-patch-dependencies group with 1 update
Browse files Browse the repository at this point in the history
Bumps the minor-and-patch-dependencies group with 1 update: [com.google.truth:truth](https://github.com/google/truth).


Updates `com.google.truth:truth` from 1.4.0 to 1.4.1
- [Release notes](https://github.com/google/truth/releases)
- [Commits](google/truth@v1.4.0...v1.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and arhohuttunen committed Feb 19, 2024
1 parent 29c8f89 commit 6c23589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion junit5-assertions/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ dependencies {
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher'
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '2.2'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.25.3'
testImplementation group: 'com.google.truth', name: 'truth', version: '1.4.0'
testImplementation group: 'com.google.truth', name: 'truth', version: '1.4.1'
}

0 comments on commit 6c23589

Please sign in to comment.