This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git


The following commit(s) were added to refs/heads/master by this push:
     new 01dadb4  Add junit-jupiter-params for upcomming work.
01dadb4 is described below

commit 01dadb483f2730fc9ccd0d10e2b976c4281328e3
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Oct 10 11:08:04 2020 -0400

    Add junit-jupiter-params for upcomming work.
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 81e3922..c314057 100644
--- a/pom.xml
+++ b/pom.xml
@@ -249,6 +249,11 @@ file comparators, endian transformation classes, and much 
more.
       <scope>test</scope>
     </dependency>
     <dependency>
+      <groupId>org.junit.jupiter</groupId>
+      <artifactId>junit-jupiter-params</artifactId>
+      <version>5.7.0</version>
+    </dependency>
+    <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
       <version>3.5.13</version>

Reply via email to