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/03/14 15:26:58 UTC

[maven-shared-utils] branch dependabot/maven/org.hamcrest-hamcrest-core-2.2 created (now fe08c5d)

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

slachiewicz pushed a change to branch dependabot/maven/org.hamcrest-hamcrest-core-2.2
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git.


      at fe08c5d  Bump hamcrest-core from 1.3 to 2.2

This branch includes the following new commits:

     new fe08c5d  Bump hamcrest-core from 1.3 to 2.2

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-shared-utils] 01/01: Bump hamcrest-core from 1.3 to 2.2

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

slachiewicz pushed a commit to branch dependabot/maven/org.hamcrest-hamcrest-core-2.2
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git

commit fe08c5d63fc8ce7e1ee395f16ac08709df945c70
Author: dependabot-preview[bot] <27...@users.noreply.github.com>
AuthorDate: Mon Mar 9 04:19:41 2020 +0000

    Bump hamcrest-core from 1.3 to 2.2
    
    Bumps [hamcrest-core](https://github.com/hamcrest/JavaHamcrest) from 1.3 to 2.2.
    - [Release notes](https://github.com/hamcrest/JavaHamcrest/releases)
    - [Changelog](https://github.com/hamcrest/JavaHamcrest/blob/master/CHANGES.md)
    - [Commits](https://github.com/hamcrest/JavaHamcrest/compare/hamcrest-java-1.3...v2.2)
    
    Signed-off-by: dependabot-preview[bot] <su...@dependabot.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 28c46ba..e1f93ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,7 +83,7 @@
     <dependency>
       <groupId>org.hamcrest</groupId>
       <artifactId>hamcrest-core</artifactId>
-      <version>1.3</version>
+      <version>2.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>