Skip to content

Commit 10768c8

Browse files
Bump assertj-core from 3.19.0 to 3.20.2 in /modules/junit-jupiter
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] <[email protected]>
1 parent adae983 commit 10768c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/junit-jupiter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
testImplementation ('org.mockito:mockito-core:3.10.0') {
1313
exclude(module: 'hamcrest-core')
1414
}
15-
testImplementation 'org.assertj:assertj-core:3.19.0'
15+
testImplementation 'org.assertj:assertj-core:3.20.2'
1616
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.7.2'
1717

1818
testRuntimeOnly 'org.postgresql:postgresql:42.2.20'

0 commit comments

Comments
 (0)