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

slachiewicz pushed a commit to branch MSHARED-908
in repository https://gitbox.apache.org/repos/asf/maven-script-interpreter.git

commit 3148c5f864668c8577dcaec13a90bf15e4bd6398
Author: Slawomir Jaranowski <slawomir.jaranow...@payu.pl>
AuthorDate: Sun May 31 15:49:10 2020 +0200

    [MSHARED-908] Update JUnit to 4.13
    
    Closes #2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5835f9e..c8f9fc4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.10</version>
+      <version>4.13</version>
       <scope>test</scope>
     </dependency>
 

Reply via email to