This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch 
dependabot/maven/org.junit.jupiter-junit-jupiter-api-5.11.0
in repository https://gitbox.apache.org/repos/asf/maven-toolchains-plugin.git

commit affc16d9c56b902920293dc336a5c4a11c53b7f6
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Sun Aug 18 11:39:40 2024 +0200

    [MTOOLCHAINS-55] Upgrade junit to 5.11.0
---
 pom.xml | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f8bbaf0..23bb7c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,6 +72,18 @@ under the License.
     
<project.build.outputTimestamp>2024-04-18T00:34:08Z</project.build.outputTimestamp>
   </properties>
 
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.junit</groupId>
+        <artifactId>junit-bom</artifactId>
+        <version>5.11.0</version>
+        <type>pom</type>
+        <scope>import</scope>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.maven</groupId>
@@ -115,7 +127,6 @@ under the License.
     <dependency>
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter-api</artifactId>
-      <version>5.11.0</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

Reply via email to