This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch MJDEPRSCAN-13 in repository https://gitbox.apache.org/repos/asf/maven-jdeprscan-plugin.git
commit 44267caf4e3da43ed3a19d9bb8aebbb5f91ac808 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>