Skip to content

Commit b94ca17

Browse files
committed
docs: Se centraliza las versiones de JUnit
1 parent 254580b commit b94ca17

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

pom.xml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@
1717
<maven>3.2.5</maven>
1818
</prerequisites>
1919

20+
<dependencyManagement>
21+
<dependencies>
22+
<dependency>
23+
<groupId>org.junit</groupId>
24+
<artifactId>junit-bom</artifactId>
25+
<version>5.13.4</version> <type>pom</type>
26+
<scope>import</scope>
27+
</dependency>
28+
</dependencies>
29+
</dependencyManagement>
30+
2031
<dependencies>
2132

2233
<dependency>
@@ -28,13 +39,12 @@
2839
<dependency>
2940
<groupId>org.mockito</groupId>
3041
<artifactId>mockito-junit-jupiter</artifactId>
31-
<version>5.20.0</version>
42+
<version>5.21.0</version>
3243
<scope>test</scope>
3344
</dependency>
3445
<dependency>
3546
<groupId>org.junit.jupiter</groupId>
3647
<artifactId>junit-jupiter</artifactId>
37-
<version>5.12.2</version>
3848
<scope>test</scope>
3949
</dependency>
4050
<dependency>
@@ -55,7 +65,7 @@
5565
<plugin>
5666
<groupId>org.apache.maven.plugins</groupId>
5767
<artifactId>maven-surefire-plugin</artifactId>
58-
<version>3.2.5</version>
68+
<version>3.5.4</version>
5969
<configuration>
6070
<includes>
6171
<include>**/*Test.java</include>

0 commit comments

Comments
 (0)