Skip to content

Commit 7012212

Browse files
committed
CODEC-285 update to junit v5.6.0
1 parent 64d4031 commit 7012212

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,18 @@ limitations under the License.
242242
<version>2.2</version>
243243
<scope>test</scope>
244244
</dependency>
245+
<dependency>
246+
<groupId>org.junit.jupiter</groupId>
247+
<artifactId>junit-jupiter-engine</artifactId>
248+
<version>5.6.0</version>
249+
<scope>test</scope>
250+
</dependency>
251+
<dependency>
252+
<groupId>org.junit.vintage</groupId>
253+
<artifactId>junit-vintage-engine</artifactId>
254+
<version>5.6.0</version>
255+
<scope>test</scope>
256+
</dependency>
245257
</dependencies>
246258
<properties>
247259
<maven.compiler.source>1.7</maven.compiler.source>

0 commit comments

Comments
 (0)