Skip to content

Commit

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


Updates `org.assertj:assertj-core` from 3.25.3 to 3.26.0
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.25.3...assertj-build-3.26.0)

---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and arhohuttunen committed May 27, 2024
1 parent 0f86af3 commit 786d10d
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 @@ -19,6 +19,6 @@ dependencies {
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.10.2'
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: 'org.assertj', name: 'assertj-core', version: '3.26.0'
testImplementation group: 'com.google.truth', name: 'truth', version: '1.4.2'
}

0 comments on commit 786d10d

Please sign in to comment.