From 36a3163265ff9f97047b78e047dbd02272d69130 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 02:22:52 +0000 Subject: [PATCH] Build(deps): Bump com.diffplug.spotless from 6.14.0 to 6.14.1 Bumps com.diffplug.spotless from 6.14.0 to 6.14.1. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d3eb87fa8f..c58b2fe30f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,7 +17,7 @@ buildscript { } plugins { - id "com.diffplug.spotless" version "6.14.0" + id "com.diffplug.spotless" version "6.14.1" } apply plugin: 'com.android.application'