This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-jdeprscan-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 35b7c9b [MJDEPRSCAN-12] Bump org.apache.maven.plugins:maven-plugins from 41 to 43 35b7c9b is described below commit 35b7c9bc159ef92b472f89215dab955d281e0c46 Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Sun Feb 23 23:05:45 2025 +0100 [MJDEPRSCAN-12] Bump org.apache.maven.plugins:maven-plugins from 41 to 43 --- pom.xml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 3e082b5..0d9f4ec 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugins</artifactId> - <version>41</version> + <version>43</version> <relativePath /> </parent> @@ -63,21 +63,10 @@ under the License. <properties> <mavenVersion>3.2.5</mavenVersion> <javaVersion>8</javaVersion> + <versions.junit5>5.12.0</versions.junit5> <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp> </properties> - <dependencyManagement> - <dependencies> - <dependency> - <groupId>org.junit</groupId> - <artifactId>junit-bom</artifactId> - <version>5.12.0</version> - <type>pom</type> - <scope>import</scope> - </dependency> - </dependencies> - </dependencyManagement> - <dependencies> <dependency> <groupId>org.apache.maven.plugin-tools</groupId>