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] <27856297+dependabot-preview[bot]@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] <supp...@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>