This is an automated email from the ASF dual-hosted git repository. etudenhoefner pushed a commit to branch bump-spotless in repository https://gitbox.apache.org/repos/asf/iceberg.git
commit 1afa83710fced66103403a642656d3da6591e0a1 Author: Eduard Tudenhoefner <[email protected]> AuthorDate: Tue Jan 27 16:26:56 2026 +0100 Build: Bump spotless gradle plugin to 8.2.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2ec5cb5185..eb68b38a54 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ buildscript { dependencies { classpath 'com.gradleup.shadow:shadow-gradle-plugin:8.3.9' classpath 'com.palantir.baseline:gradle-baseline-java:5.72.0' - classpath 'com.diffplug.spotless:spotless-plugin-gradle:6.25.0' + classpath 'com.diffplug.spotless:spotless-plugin-gradle:8.2.0' classpath 'gradle.plugin.org.inferred:gradle-processors:3.7.0' classpath 'me.champeau.jmh:jmh-gradle-plugin:0.7.3' classpath 'gradle.plugin.io.morethan.jmhreport:gradle-jmh-report:0.9.6'
