Skip to content

Commit b93860b

Browse files
Bump assertj-core from 3.21.0 to 3.22.0 (#2531)
Bumps [assertj-core](https://github.com/assertj/assertj-core) from 3.21.0 to 3.22.0. - [Release notes](https://github.com/assertj/assertj-core/releases) - [Commits](assertj/assertj@assertj-core-3.21.0...assertj-core-3.22.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f0a1f45 commit b93860b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/dependencies.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ libraries.junitJupiterApi = "org.junit.jupiter:junit-jupiter-api:${versions.juni
1313
libraries.junitPlatformLauncher = 'org.junit.platform:junit-platform-launcher:1.8.2'
1414
libraries.junitJupiterEngine = "org.junit.jupiter:junit-jupiter-engine:${versions.junitJupiter}"
1515
libraries.junitVintageEngine = "org.junit.vintage:junit-vintage-engine:${versions.junitJupiter}"
16-
libraries.assertj = 'org.assertj:assertj-core:3.21.0'
16+
libraries.assertj = 'org.assertj:assertj-core:3.22.0'
1717
libraries.hamcrest = 'org.hamcrest:hamcrest-core:2.2'
1818
libraries.opentest4j = 'org.opentest4j:opentest4j:1.2.0'
1919

0 commit comments

Comments
 (0)