Skip to content

Commit a61cfa6

Browse files
build(deps): bump assertj-core from 3.19.0 to 3.20.2
Bumps [assertj-core](https://github.com/assertj/assertj-core) from 3.19.0 to 3.20.2. - [Release notes](https://github.com/assertj/assertj-core/releases) - [Commits](assertj/assertj@assertj-core-3.19.0...assertj-core-3.20.2) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0a41c19 commit a61cfa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828

2929
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.0-M1'
3030
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.0-M1'
31-
testImplementation 'org.assertj:assertj-core:3.19.0'
31+
testImplementation 'org.assertj:assertj-core:3.20.2'
3232
}
3333

3434
test {

0 commit comments

Comments
 (0)