You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/12/28 11:27:39 UTC

[maven-invoker] 02/03: (tests) Bump junit

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

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

commit 7cdfa9ec5328e6661ed4432725cac512fc005242
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Dec 28 12:23:38 2020 +0100

    (tests) Bump junit
---
 src/test/resources/test-build-should-timeout/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/resources/test-build-should-timeout/pom.xml b/src/test/resources/test-build-should-timeout/pom.xml
index 1826d20..711ffd0 100644
--- a/src/test/resources/test-build-should-timeout/pom.xml
+++ b/src/test/resources/test-build-should-timeout/pom.xml
@@ -27,7 +27,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.12</version>
+      <version>4.13.1</version>
       <scope>test</scope>
     </dependency>
   </dependencies>