You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/06/18 13:59:26 UTC

[maven-assembly-plugin] 01/01: update test libraries

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

elharo pushed a commit to branch junit
in repository https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git

commit 2cfc2db8878a0e807aa5e9a808796fefdfb66958
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Thu Jun 18 09:59:07 2020 -0400

    update test libraries
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index b8ec790..53c1f89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -222,19 +222,19 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.12</version>
+      <version>4.13</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.hamcrest</groupId>
       <artifactId>hamcrest-core</artifactId>
-      <version>1.3</version>
+      <version>2.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.hamcrest</groupId>
       <artifactId>hamcrest-library</artifactId>
-      <version>1.3</version>
+      <version>2.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>