From 58fcbcbfa08488aeae2e9ca503a7d1f31d017117 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 15:50:14 +0000 Subject: [PATCH 1/2] Bump com.diffplug.spotless:spotless-maven-plugin from 2.46.1 to 3.0.0 Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.46.1 to 3.0.0. - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](https://github.com/diffplug/spotless/compare/maven/2.46.1...lib/3.0.0) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1f983c2a9..e6aaac379 100644 --- a/pom.xml +++ b/pom.xml @@ -56,7 +56,7 @@ 3.1.1 2.18.0 3.5.4 - 2.46.1 + 3.0.0 3.3.1 3.5.1 1.3.0.Final From 7f8edf43ae97c672e2f57186f45630934e44a637 Mon Sep 17 00:00:00 2001 From: Grzegorz Piwowarek Date: Fri, 24 Oct 2025 17:55:25 +0200 Subject: [PATCH 2/2] Use spotless on JDK17+ --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e6aaac379..f6b1ad454 100644 --- a/pom.xml +++ b/pom.xml @@ -379,7 +379,7 @@ spotless - [11,) + [17,)