From d88106b47f5a6c4389ed8c3e6d33b19b181a21b9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2020 11:02:27 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20assertj-core=20from=203.14.0=20to=203.15?= =?UTF-8?q?.0=20in=20/modules/junit-jupit=E2=80=A6=20(#2570)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [assertj-core](https://github.com/joel-costigliola/assertj-core) from 3.14.0 to 3.15.0. - [Release notes](https://github.com/joel-costigliola/assertj-core/releases) - [Commits](https://github.com/joel-costigliola/assertj-core/compare/assertj-core-3.14.0...assertj-core-3.15.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Richard North --- modules/junit-jupiter/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/junit-jupiter/build.gradle b/modules/junit-jupiter/build.gradle index c1b713cdd86..86d9b30930e 100644 --- a/modules/junit-jupiter/build.gradle +++ b/modules/junit-jupiter/build.gradle @@ -12,8 +12,8 @@ dependencies { testCompile ('org.mockito:mockito-core:3.3.3') { exclude(module: 'hamcrest-core') } + testCompile 'org.assertj:assertj-core:3.15.0' testCompile 'org.junit.jupiter:junit-jupiter-params:5.6.2' - testCompile 'org.assertj:assertj-core:3.14.0' testRuntime 'org.postgresql:postgresql:42.2.12' testRuntime 'mysql:mysql-connector-java:8.0.19'