From 8a57b1592a78dfa91d8a8392f79443f2f21c44f4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2020 04:27:09 +0000 Subject: [PATCH] Bump assertj-core from 3.16.1 to 3.17.0 Bumps [assertj-core](https://github.com/joel-costigliola/assertj-core) from 3.16.1 to 3.17.0. - [Release notes](https://github.com/joel-costigliola/assertj-core/releases) - [Commits](https://github.com/joel-costigliola/assertj-core/compare/assertj-core-3.16.1...assertj-core-3.17.0) Signed-off-by: dependabot-preview[bot] --- sense-hat/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sense-hat/build.gradle b/sense-hat/build.gradle index 309df96..b87fa98 100644 --- a/sense-hat/build.gradle +++ b/sense-hat/build.gradle @@ -10,5 +10,5 @@ dependencies { compile 'com.squareup.okio:okio:2.8.0' testCompile 'junit:junit:4.13' - testCompile 'org.assertj:assertj-core:3.16.1' + testCompile 'org.assertj:assertj-core:3.17.0' }