From aa4c7b448237352a74153296ce4a6be8bae2b761 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 02:20:37 +0000 Subject: [PATCH] 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] --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index 7ca07e6f9..1ec9af39e 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -18,7 +18,7 @@ buildscript { } plugins { - id "com.diffplug.spotless" version "6.14.0" + id "com.diffplug.spotless" version "6.14.1" } apply plugin: 'com.android.library'