Skip to content

Commit 848e3a0

Browse files
dependabot-preview[bot]szpak
authored andcommitted
Bump assertj-core from 3.13.1 to 3.13.2 (#40)
Bumps [assertj-core](https://github.com/joel-costigliola/assertj-core) from 3.13.1 to 3.13.2. - [Release notes](https://github.com/joel-costigliola/assertj-core/releases) - [Commits](assertj/assertj@assertj-core-3.13.1...assertj-core-3.13.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 7c9f30b commit 848e3a0

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
@@ -48,7 +48,7 @@ dependencies {
4848
testCompile 'org.junit.jupiter:junit-jupiter-api:5.4.2'
4949
testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.4.2'
5050
testCompile "org.mockito:mockito-junit-jupiter:$mockitoVersion"
51-
testCompile 'org.assertj:assertj-core:3.13.1'
51+
testCompile 'org.assertj:assertj-core:3.13.2'
5252
}
5353

5454
//Disable JavaDoc doclint on Java 8 - it fails on invalid JavaDoc elements in mockito-core jar

0 commit comments

Comments
 (0)