From 39896aeb0675c05ed317201fcdec7c1d2590405b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2019 06:22:53 +0000 Subject: [PATCH] Bump assertj-core from 3.8.0 to 3.13.1 Bumps [assertj-core](https://github.com/joel-costigliola/assertj-core) from 3.8.0 to 3.13.1. - [Release notes](https://github.com/joel-costigliola/assertj-core/releases) - [Commits](https://github.com/joel-costigliola/assertj-core/compare/assertj-core-3.8.0...assertj-core-3.13.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 26d7276..5ab0e1b 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ dependencies { testCompile 'junit:junit:4.12' testCompile 'org.apache.commons:commons-lang3:3.4' - testCompile 'org.assertj:assertj-core:3.8.0' + testCompile 'org.assertj:assertj-core:3.13.1' } build.dependsOn(shadowJar)