Skip to content

Commit

Permalink
chore(deps): Bump assertj-core from 3.20.2 to 3.21.0
Browse files Browse the repository at this point in the history
Bumps [assertj-core](https://github.com/assertj/assertj-core) from 3.20.2 to 3.21.0.
- [Release notes](https://github.com/assertj/assertj-core/releases)
- [Commits](assertj/assertj@assertj-core-3.20.2...assertj-core-3.21.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 25, 2021
1 parent 8980eb8 commit 09b98ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def isCI = Boolean.parseBoolean(System.getenv("CI"))
ext {
junitVersion = '5.8.0-RC1'
commonIoVersion = '1.3.2'
assertJVersion = '3.20.2'
assertJVersion = '3.21.0'
jsonPathAssertVersion = '2.6.0'
}

Expand Down

0 comments on commit 09b98ad

Please sign in to comment.