You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2019/02/09 12:47:10 UTC

[commons-lang] 01/02: Update Hamcrest to version 2.1

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

pascalschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git

commit b5ed6c6180fd331743cd925b8ca0aeda7a082ffb
Author: pascalschumacher <pa...@gmx.net>
AuthorDate: Sat Feb 9 13:43:15 2019 +0100

    Update Hamcrest to version 2.1
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 15c7bfc..ea8481d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -524,8 +524,8 @@
     </dependency>
     <dependency>
       <groupId>org.hamcrest</groupId>
-      <artifactId>hamcrest-all</artifactId>
-      <version>1.3</version>
+      <artifactId>hamcrest</artifactId>
+      <version>2.1</version>
       <scope>test</scope>
     </dependency>