From 06172d3151196a24f866fd89f3ca2cc8c2248892 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 05:36:12 +0000 Subject: [PATCH] Bump assertj-core from 3.14.0 to 3.20.1 Bumps [assertj-core](https://github.com/assertj/assertj-core) from 3.14.0 to 3.20.1. - [Release notes](https://github.com/assertj/assertj-core/releases) - [Commits](https://github.com/assertj/assertj-core/compare/assertj-core-3.14.0...assertj-core-3.20.1) 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..4f9f269 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.20.1' 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'