From bd66b99be219ab2b8e70e452526e4142f1f163ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 09:17:25 +0000 Subject: [PATCH] Bump com.diffplug.spotless in /annotation-file-utilities Bumps com.diffplug.spotless from 6.11.0 to 6.15.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- annotation-file-utilities/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/annotation-file-utilities/build.gradle b/annotation-file-utilities/build.gradle index 3d9cbf743..238533073 100644 --- a/annotation-file-utilities/build.gradle +++ b/annotation-file-utilities/build.gradle @@ -12,7 +12,7 @@ plugins { id 'com.dorongold.task-tree' version '2.1.0' // Code formatting; defines targets "spotlessApply" and "spotlessCheck" - id "com.diffplug.spotless" version "6.11.0" + id "com.diffplug.spotless" version "6.15.0" } apply plugin: 'java' apply plugin: 'com.github.johnrengelman.shadow'