From f85ab734ba94daad23f43197e9fd308dab1c1e31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 10:52:16 +0000 Subject: [PATCH] Bump assertj-core from 3.17.0 to 3.17.1 in /modules/junit-jupiter Bumps [assertj-core](https://github.com/joel-costigliola/assertj-core) from 3.17.0 to 3.17.1. - [Release notes](https://github.com/joel-costigliola/assertj-core/releases) - [Commits](https://github.com/joel-costigliola/assertj-core/compare/assertj-core-3.17.0...assertj-core-3.17.1) 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 d1368c2389a..7b4d924c9f9 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.7') { exclude(module: 'hamcrest-core') } - testCompile 'org.assertj:assertj-core:3.17.0' + testCompile 'org.assertj:assertj-core:3.17.1' testCompile 'org.junit.jupiter:junit-jupiter-params:5.6.2' testRuntime 'org.postgresql:postgresql:42.2.16'