We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62d7e19 commit cdcd0b2Copy full SHA for cdcd0b2
1 file changed
pom.xml
@@ -53,8 +53,7 @@
53
</dependency>
54
<dependency>
55
<groupId>org.junit.jupiter</groupId>
56
- <artifactId>junit-jupiter-engine</artifactId>
57
- <version>5.9.2</version>
+ <artifactId>junit-jupiter</artifactId>
58
<scope>test</scope>
59
60
@@ -65,11 +64,22 @@
65
64
66
67
<artifactId>junit-jupiter-params</artifactId>
68
- <version>5.8.0</version>
69
70
71
</dependencies>
72
+ <dependencyManagement>
+ <dependencies>
73
+ <dependency>
74
+ <groupId>org.junit</groupId>
75
+ <artifactId>junit-bom</artifactId>
76
+ <version>5.10.3</version>
77
+ <type>pom</type>
78
+ <scope>import</scope>
79
+ </dependency>
80
+ </dependencies>
81
+ </dependencyManagement>
82
+
83
<build>
84
<resources>
85
<resource>
0 commit comments