diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index fac8a25c44d..2d1a19cf2c0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -92,5 +92,5 @@ jmh = { id = "me.champeau.jmh", version = "0.7.2" } nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0" } plantuml = { id = "io.freefair.plantuml", version = "8.10.2" } shadow = { id = "com.gradleup.shadow", version = "8.3.3" } -spotless = { id = "com.diffplug.spotless", version = "7.0.0.BETA3" } +spotless = { id = "com.diffplug.spotless", version = "7.0.0.BETA4" } versions = { id = "com.github.ben-manes.versions", version = "0.51.0" }