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/04/27 14:25:18 UTC

[maven-antrun-plugin] branch elharo-patch-1 created (now 7d195b0)

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

elharo pushed a change to branch elharo-patch-1
in repository https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git.


      at 7d195b0  deps: update hamcrest

This branch includes the following new commits:

     new 7d195b0  deps: update hamcrest

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-antrun-plugin] 01/01: deps: update hamcrest

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 7d195b0958242155725b1423ea423ea74a944d97
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Mon Apr 27 10:25:12 2020 -0400

    deps: update hamcrest
    
    @michael-o
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d01ba02..6115cba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@ under the License.
     <dependency>
       <groupId>org.hamcrest</groupId>
       <artifactId>hamcrest-core</artifactId>
-      <version>1.3</version>
+      <version>2.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>