You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2018/10/01 13:35:02 UTC

[cxf] branch 3.2.x-fixes updated: Updating mockito

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

coheigea pushed a commit to branch 3.2.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.2.x-fixes by this push:
     new 010adc0  Updating mockito
010adc0 is described below

commit 010adc068440a70a7e129fa416a507f15ef24b72
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Oct 1 14:34:17 2018 +0100

    Updating mockito
    
    (cherry picked from commit 097e11f476867772e94bd4e5923ddd437a379da0)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 9cdee48..d9aa752 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -104,7 +104,7 @@
         <cxf.log4j.version>1.2.17</cxf.log4j.version>
         <cxf.lucene.version>4.9.0</cxf.lucene.version>
         <cxf.mina.version>2.0.19</cxf.mina.version>
-        <cxf.mockito.version>2.18.0</cxf.mockito.version>
+        <cxf.mockito.version>2.22.0</cxf.mockito.version>
         <cxf.rxjava.version>1.3.5</cxf.rxjava.version>
         <cxf.rxjava2.version>2.1.7</cxf.rxjava2.version>
         <cxf.javax.annotation-api.version>1.3</cxf.javax.annotation-api.version>