From 609178894c017db483436e240b80d2336b844566 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 13:16:23 +0000 Subject: [PATCH 1/2] Bump org.codehaus.mojo:mojo-parent from 78 to 80 Bumps [org.codehaus.mojo:mojo-parent](https://github.com/mojohaus/mojo-parent) from 78 to 80. - [Release notes](https://github.com/mojohaus/mojo-parent/releases) - [Commits](https://github.com/mojohaus/mojo-parent/commits) --- updated-dependencies: - dependency-name: org.codehaus.mojo:mojo-parent 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 7ac296815c..aa74a70c14 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.codehaus.mojo mojo-parent - 78 + 80 org.codehaus.mojo.versions From ffdbbf2e1972542aa37def143d3b9f700d6f1bca Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sat, 24 Feb 2024 15:26:55 +0100 Subject: [PATCH 2/2] spotless are executed by default - cleanups --- pom.xml | 31 ++++--------------------------- 1 file changed, 4 insertions(+), 27 deletions(-) diff --git a/pom.xml b/pom.xml index aa74a70c14..1d974e42d8 100644 --- a/pom.xml +++ b/pom.xml @@ -339,7 +339,6 @@ - org.codehaus.mojo @@ -361,6 +360,10 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + org.apache.maven.plugins @@ -393,30 +396,4 @@ - - - - java11+ - - [11,) - - - - - - - com.diffplug.spotless - spotless-maven-plugin - - - org.apache.maven.plugins - maven-checkstyle-plugin - - ${checkstyle.spotless.config} - - - - - -