@@ -347,15 +347,13 @@ limitations under the License.
347
347
348
348
<project .build.outputTimestamp>2025-08-17T17:02:51Z</project .build.outputTimestamp>
349
349
<gpg .useagent>true</gpg .useagent>
350
- <spotless-maven-plugin .version>2.46.1 </spotless-maven-plugin .version>
350
+ <spotless-maven-plugin .version>3.0.0 </spotless-maven-plugin .version>
351
351
<mavenPluginToolsVersion >3.15.1</mavenPluginToolsVersion >
352
352
<mavenFluidoSkinVersion >2.1.0</mavenFluidoSkinVersion >
353
353
<mavenSurefireVersion >3.5.4</mavenSurefireVersion >
354
354
<junit5Version >5.13.4</junit5Version >
355
355
<njord .version>0.7.5</njord .version>
356
356
<spotless .action>apply</spotless .action>
357
- <!-- we use version 2.56.0 due to: https://github.com/palantir/palantir-java-format/issues/1320 -->
358
- <plantirJavaFormatVersion >2.56.0</plantirJavaFormatVersion >
359
357
<sisuMavenPluginVersion >0.9.0.M4</sisuMavenPluginVersion >
360
358
<invoker .streamLogsOnFailures>true</invoker .streamLogsOnFailures>
361
359
@@ -615,11 +613,7 @@ limitations under the License.
615
613
<java >
616
614
<!-- orders of used formatters are important -->
617
615
<!-- eg. palantir override importOrder, so should be first -->
618
- <palantirJavaFormat >
619
- <!-- Declare version so that spotless does not choose a version based on JDK version -->
620
- <!-- https://github.com/diffplug/spotless/issues/2503#issuecomment-2953146277 -->
621
- <version >${plantirJavaFormatVersion} </version >
622
- </palantirJavaFormat >
616
+ <palantirJavaFormat />
623
617
<removeUnusedImports />
624
618
<importOrder >
625
619
<order >javax,java,,\#</order >
@@ -899,9 +893,9 @@ limitations under the License.
899
893
</profile >
900
894
901
895
<profile >
902
- <id >java11 +</id >
896
+ <id >java17 +</id >
903
897
<activation >
904
- <jdk >[11,25 )</jdk >
898
+ <jdk >[17, )</jdk >
905
899
</activation >
906
900
907
901
<properties >
@@ -910,7 +904,7 @@ limitations under the License.
910
904
</properties >
911
905
912
906
<build >
913
- <!-- - newer versions of plugins requires JDK 11 -->
907
+ <!-- - newer versions of plugins requires JDK 17 -->
914
908
<plugins >
915
909
<plugin >
916
910
<groupId >com.diffplug.spotless</groupId >
0 commit comments