From 57181b7fe991a5452a6180906e8bb2565586fe1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 11:05:30 +0000 Subject: [PATCH 1/2] Bump org.codehaus.plexus:plexus from 16 to 17 Bumps [org.codehaus.plexus:plexus](https://github.com/codehaus-plexus/plexus-pom) from 16 to 17. - [Release notes](https://github.com/codehaus-plexus/plexus-pom/releases) - [Commits](https://github.com/codehaus-plexus/plexus-pom/commits) --- updated-dependencies: - dependency-name: org.codehaus.plexus:plexus 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 cac43dc2f..3fe64d622 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.codehaus.plexus plexus - 16 + 17 org.codehaus.modello From c7aa8cc0a8d63444bd649a0e413a1c6a440872d7 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Sun, 10 Mar 2024 21:15:15 +0100 Subject: [PATCH 2/2] Drop redundant profile for spotless plugin --- pom.xml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/pom.xml b/pom.xml index 3fe64d622..aa092f20a 100644 --- a/pom.xml +++ b/pom.xml @@ -473,21 +473,6 @@ - - - java11+ - - [11,) - - - - - com.diffplug.spotless - spotless-maven-plugin - - - -