From 42989dfb2513d5fe0c27e471a35469b57825ecc2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2020 05:24:14 +0000 Subject: [PATCH] Bump assertj-core from 3.15.0 to 3.17.2 Bumps [assertj-core](https://github.com/joel-costigliola/assertj-core) from 3.15.0 to 3.17.2. - [Release notes](https://github.com/joel-costigliola/assertj-core/releases) - [Commits](https://github.com/joel-costigliola/assertj-core/compare/assertj-core-3.15.0...assertj-core-3.17.2) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9fb237e..eeba9fd 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ dependencies { testCompile 'org.junit.jupiter:junit-jupiter-api:5.4.2' testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.4.2' testCompile "org.mockito:mockito-junit-jupiter:$mockitoVersion" - testCompile 'org.assertj:assertj-core:3.15.0' + testCompile 'org.assertj:assertj-core:3.17.2' } //Disable JavaDoc doclint on Java 8 - it fails on invalid JavaDoc elements in mockito-core jar