From c42bf8639059223e2fbf24931f320993b6177c02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2020 05:14:55 +0000 Subject: [PATCH] build(deps): bump com.diffplug.spotless from 5.3.0 to 5.4.0 Bumps com.diffplug.spotless from 5.3.0 to 5.4.0. Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 86ac2b5d401..757580e669b 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id "org.sonarqube" version "3.0" - id "com.diffplug.spotless" version "5.3.0" + id "com.diffplug.spotless" version "5.4.0" id "org.gradle.crypto.checksum" version "1.2.0" id "com.github.spotbugs" version "4.5.0" }