Skip to content

Commit 289e824

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

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
@@ -217,6 +217,18 @@ limitations under the License.
217217
</contributors>
218218
<!-- Codec only has test dependencies ATM -->
219219
<dependencies>
220+
<dependency>
221+
<groupId>org.junit.jupiter</groupId>
222+
<artifactId>junit-jupiter-engine</artifactId>
223+
<version>5.6.0</version>
224+
<scope>test</scope>
225+
</dependency>
226+
<dependency>
227+
<groupId>org.junit.vintage</groupId>
228+
<artifactId>junit-vintage-engine</artifactId>
229+
<version>5.6.0</version>
230+
<scope>test</scope>
231+
</dependency>
220232
<dependency>
221233
<groupId>junit</groupId>
222234
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)