Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ limitations under the License.

<project.build.outputTimestamp>2025-08-17T17:02:51Z</project.build.outputTimestamp>
<gpg.useagent>true</gpg.useagent>
<spotless-maven-plugin.version>2.46.1</spotless-maven-plugin.version>
<spotless-maven-plugin.version>3.0.0</spotless-maven-plugin.version>
<mavenPluginToolsVersion>3.15.1</mavenPluginToolsVersion>
<mavenFluidoSkinVersion>2.1.0</mavenFluidoSkinVersion>
<mavenSurefireVersion>3.5.3</mavenSurefireVersion>
Expand Down Expand Up @@ -893,9 +893,9 @@ limitations under the License.
</profile>

<profile>
<id>java11+</id>
<id>java17+</id>
<activation>
<jdk>[11,25)</jdk>
<jdk>[17,)</jdk>
</activation>

<properties>
Expand All @@ -904,7 +904,7 @@ limitations under the License.
</properties>

<build>
<!--- newer versions of plugins requires JDK 11 -->
<!--- newer versions of plugins requires JDK 17 -->
<plugins>
<plugin>
<groupId>com.diffplug.spotless</groupId>
Expand Down
Loading