From 3dca64b7f91e2435ec7528abbf8317626fc1e915 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 03:27:21 -0800 Subject: [PATCH] Bump com.diffplug.spotless:spotless-plugin-gradle from 6.22.0 to 6.23.3 (#4476) Bumps [com.diffplug.spotless:spotless-plugin-gradle](https://github.com/diffplug/spotless) from 6.22.0 to 6.23.3. - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](https://github.com/diffplug/spotless/compare/gradle/6.22.0...gradle/6.23.3) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-plugin-gradle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c76c1c1a30..490fa3af8d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -212,5 +212,5 @@ plugin-nexusPublish = { module = "io.github.gradle-nexus:publish-plugin", versio plugin-javaformat = { module = "io.spring.javaformat:spring-javaformat-gradle-plugin", version.ref = "spring-javaformat" } plugin-japicmp = { module = "me.champeau.gradle:japicmp-gradle-plugin", version = "0.4.2" } plugin-downloadTask = { module = "de.undercouch:gradle-download-task", version = "5.5.0" } -plugin-spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "6.22.0" } +plugin-spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "6.23.3" } plugin-bnd = "biz.aQute.bnd:biz.aQute.bnd.gradle:6.4.0"