From 99c90180796609d55edca43f174e060445c093f7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2020 06:01:09 +0000 Subject: [PATCH] Bump assertj-core from 3.14.0 to 3.17.2 Bumps [assertj-core](https://github.com/joel-costigliola/assertj-core) from 3.14.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.14.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 a51fc15..0cbd8da 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ repositories { dependencies { testCompile 'junit:junit:4.13' - testCompile 'org.assertj:assertj-core:3.14.0' + testCompile 'org.assertj:assertj-core:3.17.2' testCompile 'eu.codearte.catch-exception:catch-exception:2.0' testCompile 'org.mockito:mockito-core:3.2.4' testCompile 'nl.jqno.equalsverifier:equalsverifier:3.1.11'