diff --git a/settings.gradle b/settings.gradle index 10a7a84f04..fa64fbfa3d 100644 --- a/settings.gradle +++ b/settings.gradle @@ -9,7 +9,7 @@ pluginManagement { plugins { id 'com.adarshr.test-logger' version '4.0.0' apply false // https://github.com/radarsh/gradle-test-logger-plugin/blob/develop/CHANGELOG.md - id 'com.diffplug.spotless' version '8.1.0' apply false + id 'com.diffplug.spotless' version '8.2.0' apply false id 'com.diffplug.spotless-changelog' version '3.1.2' apply false // https://github.com/diffplug/spotless-changelog/blob/main/CHANGELOG.md id 'com.github.spotbugs' version '6.4.8' apply false // https://github.com/spotbugs/spotbugs-gradle-plugin/releases id 'com.gradle.develocity' version '4.3.1' // https://plugins.gradle.org/plugin/com.gradle.develocity