From c23f24fd2755722840f5f6d1aad228194591111e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 07:26:19 +0000 Subject: [PATCH] chore(deps): bump com.diffplug.spotless from 7.0.0.BETA4 to 7.0.0 Bumps com.diffplug.spotless from 7.0.0.BETA4 to 7.0.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 879256d4f5..96ed94f5ed 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -187,7 +187,7 @@ xmlunit = ["xmlunit-core", "xmlunit-assertj", "assertj"] [plugins] spotbugs = {id = "com.github.spotbugs", version = "6.0.26"} -spotless = {id = "com.diffplug.spotless", version = "7.0.0.BETA4"} +spotless = {id = "com.diffplug.spotless", version = "7.0.0"} launch4j = {id = "edu.sc.seis.launch4j", version = "3.0.6"} versions = {id = "com.github.ben-manes.versions", version = "0.51.0"} ssh = {id = "org.hidetake.ssh", version = "2.11.2"}