This is an automated email from the ASF dual-hosted git repository.

abstractdog pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tez.git


The following commit(s) were added to refs/heads/master by this push:
     new 533b01349 TEZ-4670: Upgrade spotless plugin to 3.x (#447) (Laszlo 
Bodor reviewed by Ayush Saxena)
533b01349 is described below

commit 533b01349588796c786955228c4362c3dfe1950e
Author: Bodor Laszlo <[email protected]>
AuthorDate: Tue Jan 13 12:02:13 2026 +0100

    TEZ-4670: Upgrade spotless plugin to 3.x (#447) (Laszlo Bodor reviewed by 
Ayush Saxena)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0e6955030..0eda197c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,6 @@
     
<maven-project-info-reports-plugin.version>3.1.2</maven-project-info-reports-plugin.version>
     <maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
     <maven-site-plugin.version>3.12.1</maven-site-plugin.version>
-    <spotless-maven-plugin.version>2.46.1</spotless-maven-plugin.version>
     <metrics-core.version>3.1.0</metrics-core.version>
     <mockito-core.version>4.8.1</mockito-core.version>
     <netty.version>4.1.116.Final</netty.version>
@@ -102,6 +101,7 @@
     <servlet-api.version>3.1.0</servlet-api.version>
     <slf4j.version>1.7.36</slf4j.version>
     <snappy-java.version>1.1.10.4</snappy-java.version>
+    <spotless-maven-plugin.version>3.1.0</spotless-maven-plugin.version>
     <test.build.data>${project.build.directory}/tmp</test.build.data>
     <wro4j-maven-plugin.version>1.7.9</wro4j-maven-plugin.version>
     <test.jvm.args>

Reply via email to