From 8a7a3e3bff946fddcd3d272db4e51a57f9105f9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jan 2021 06:11:36 +0000 Subject: [PATCH] Bump assertj-core from 3.17.2 to 3.19.0 in /modules/junit-jupiter Bumps [assertj-core](https://github.com/assertj/assertj-core) from 3.17.2 to 3.19.0. - [Release notes](https://github.com/assertj/assertj-core/releases) - [Commits](https://github.com/assertj/assertj-core/compare/assertj-core-3.17.2...assertj-core-3.19.0) Signed-off-by: dependabot[bot] --- 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 28f6049faf4..640a6fd3a15 100644 --- a/modules/junit-jupiter/build.gradle +++ b/modules/junit-jupiter/build.gradle @@ -12,7 +12,7 @@ dependencies { testCompile ('org.mockito:mockito-core:3.5.13') { exclude(module: 'hamcrest-core') } - testCompile 'org.assertj:assertj-core:3.17.2' + testCompile 'org.assertj:assertj-core:3.19.0' testCompile 'org.junit.jupiter:junit-jupiter-params:5.7.0' testRuntime 'org.postgresql:postgresql:42.2.17'