You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/01/13 19:40:36 UTC

[commons-dbcp] branch master updated: hamcrest v2.2 (#70)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e013ec5  hamcrest v2.2 (#70)
e013ec5 is described below

commit e013ec5b8825adc911ffff992d6af4da5613f3ce
Author: John Patrick <14...@users.noreply.github.com>
AuthorDate: Wed Jan 13 19:40:29 2021 +0000

    hamcrest v2.2 (#70)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2327849..6c95db9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -188,8 +188,8 @@
 
     <dependency>
       <groupId>org.hamcrest</groupId>
-      <artifactId>hamcrest-all</artifactId>
-      <version>1.3</version>
+      <artifactId>hamcrest</artifactId>
+      <version>2.2</version>
       <scope>test</scope>
     </dependency>