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 2022/03/17 15:41:28 UTC

[maven-shade-plugin] branch master updated: Bump hamcrest-core from 1.3 to 2.2

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new aa019ca  Bump hamcrest-core from 1.3 to 2.2
aa019ca is described below

commit aa019caa0a88714be532c973e5f73fbc7f0fbdd1
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Mar 17 13:00:21 2022 +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[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 071c87d..4c5727e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -242,7 +242,7 @@
     <dependency>
       <groupId>org.hamcrest</groupId>
       <artifactId>hamcrest-core</artifactId>
-      <version>1.3</version>
+      <version>2.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>