You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2019/07/01 13:58:34 UTC

[qpid-jms] 02/02: QPIDJMS-466: Update various test dependencies:

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

robbie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git

commit 45e6ca37b156c34fa25b56b1a10b28234f53842a
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Jul 1 14:57:07 2019 +0100

    QPIDJMS-466: Update various test dependencies:
    
    - ActiveMQ to 5.15.9
     -- Jetty to 9.4.19.v20190610
    - Mockito to 2.28.2
    - Hamcrest to 2.1 (note also, switches to new artifact name)
---
 pom.xml                 | 10 +++++-----
 qpid-jms-client/pom.xml |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index ae2a662..49a3b5d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,12 +46,12 @@
 
     <!-- Test Dependency Versions for this Project -->
     <netty-tcnative-version>2.0.25.Final</netty-tcnative-version>
-    <activemq-version>5.15.8</activemq-version>
+    <activemq-version>5.15.9</activemq-version>
     <junit-version>4.12</junit-version>
     <fuse-joram-tests-version>1.0</fuse-joram-tests-version>
-    <jetty-version>9.4.12.v20180830</jetty-version>
-    <mockito-version>2.25.0</mockito-version>
-    <hamcrest-version>1.3</hamcrest-version>
+    <jetty-version>9.4.19.v20190610</jetty-version>
+    <mockito-version>2.28.2</mockito-version>
+    <hamcrest-version>2.1</hamcrest-version>
     <hadoop-minikdc-version>2.9.0</hadoop-minikdc-version>
 
     <!-- Maven Plugin Versions for this Project -->
@@ -189,7 +189,7 @@
       </dependency>
       <dependency>
         <groupId>org.hamcrest</groupId>
-        <artifactId>hamcrest-all</artifactId>
+        <artifactId>hamcrest</artifactId>
         <version>${hamcrest-version}</version>
         <scope>test</scope>
       </dependency>
diff --git a/qpid-jms-client/pom.xml b/qpid-jms-client/pom.xml
index 88fdeb0..6692d14 100644
--- a/qpid-jms-client/pom.xml
+++ b/qpid-jms-client/pom.xml
@@ -95,7 +95,7 @@
     </dependency>
     <dependency>
       <groupId>org.hamcrest</groupId>
-      <artifactId>hamcrest-all</artifactId>
+      <artifactId>hamcrest</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org