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 461a2ae [MJDEPRSCAN-13] Upgrade to JUnit 5.12.0 461a2ae is described below commit 461a2ae3f89e78e2b3e36a29f47f09713e1bc83a Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Sun Feb 23 23:00:43 2025 +0100 [MJDEPRSCAN-13] Upgrade to JUnit 5.12.0 --- pom.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ad2d96c..3e082b5 100644 --- a/pom.xml +++ b/pom.xml @@ -66,6 +66,18 @@ under the License. <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> @@ -105,7 +117,6 @@ under the License. <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> - <version>5.11.4</version> <scope>test</scope> </dependency> </dependencies>