This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch dependabot/maven/org.apache.maven.plugins-maven-plugins-41 in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git
commit bb87f44de7c3466d4463054afe36a9f6fe6e135e Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Dec 7 04:37:24 2023 +0000 Bump org.apache.maven.plugins:maven-plugins from 40 to 41 Bumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 40 to 41. - [Release notes](https://github.com/apache/maven-parent/releases) - [Commits](https://github.com/apache/maven-parent/commits) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-plugins dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 42 +----------------------------------------- 1 file changed, 1 insertion(+), 41 deletions(-) diff --git a/pom.xml b/pom.xml index e81eb35..1970226 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugins</artifactId> - <version>40</version> + <version>41</version> <relativePath /> </parent> @@ -327,7 +327,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-invoker-plugin</artifactId> - <version>3.6.0</version> <configuration> <goals> <goal>package</goal> @@ -366,44 +365,5 @@ </plugins> </build> </profile> - - <!-- TODO remove with parent pom or spotless plugin update https://github.com/diffplug/spotless/issues/1774 --> - <profile> - <id>java11+</id> - <activation> - <jdk>[11,)</jdk> - </activation> - <build> - <plugins> - <plugin> - <groupId>com.diffplug.spotless</groupId> - <artifactId>spotless-maven-plugin</artifactId> - <version>2.39.0</version> - </plugin> - </plugins> - </build> - </profile> - - <profile> - <id>java21+</id> - <activation> - <jdk>[21,)</jdk> - </activation> - <build> - <plugins> - <plugin> - <groupId>com.diffplug.spotless</groupId> - <artifactId>spotless-maven-plugin</artifactId> - <configuration> - <java> - <palantirJavaFormat> - <version>2.35.0</version> - </palantirJavaFormat> - </java> - </configuration> - </plugin> - </plugins> - </build> - </profile> </profiles> </project>