Skip to content

Commit 5c26bba

Browse files
Use JUnit version from parent
In parent, we use bom for JUnit, so some of the artifacts can be in incompatibility version
1 parent 5449407 commit 5c26bba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pom.xml

-2
Original file line numberDiff line numberDiff line change
@@ -182,13 +182,11 @@ under the License.
182182
<dependency>
183183
<groupId>org.junit.jupiter</groupId>
184184
<artifactId>junit-jupiter-api</artifactId>
185-
<version>5.10.2</version>
186185
<scope>test</scope>
187186
</dependency>
188187
<dependency>
189188
<groupId>org.junit.jupiter</groupId>
190189
<artifactId>junit-jupiter-params</artifactId>
191-
<version>5.10.2</version>
192190
<scope>test</scope>
193191
</dependency>
194192
</dependencies>

0 commit comments

Comments
 (0)