From 3a97c364e5a820aba1d3404d034de77e41235b5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 10:22:38 +0100 Subject: [PATCH] Bump org.codehaus.mojo:mojo-parent from 78 to 80 (#1054) * 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] * spotless are executed by default - cleanups --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Slawomir Jaranowski --- pom.xml | 33 +++++---------------------------- 1 file changed, 5 insertions(+), 28 deletions(-) diff --git a/pom.xml b/pom.xml index ff2a21a07e..0bed1e723c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.codehaus.mojo mojo-parent - 78 + 80 org.codehaus.mojo.versions @@ -336,7 +336,6 @@ - org.codehaus.mojo @@ -358,6 +357,10 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + org.apache.maven.plugins @@ -390,30 +393,4 @@ - - - - java11+ - - [11,) - - - - - - - com.diffplug.spotless - spotless-maven-plugin - - - org.apache.maven.plugins - maven-checkstyle-plugin - - ${checkstyle.spotless.config} - - - - - -