You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2017/07/11 12:45:33 UTC

[24/50] [abbrv] tinkerpop git commit: Bump to mockito newer version of mockito 1.10.19 CTR

Bump to mockito newer version of mockito 1.10.19 CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4eafc3e0
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/4eafc3e0
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/4eafc3e0

Branch: refs/heads/TINKERPOP-1686
Commit: 4eafc3e05164fd3c681131ae339ebcae61b1c90b
Parents: 22e2d9d
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Sun Jul 9 10:20:34 2017 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Sun Jul 9 10:20:34 2017 -0400

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/4eafc3e0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 11e7e1d..c60254a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -673,7 +673,7 @@ limitations under the License.
             <dependency>
                 <groupId>org.mockito</groupId>
                 <artifactId>mockito-core</artifactId>
-                <version>1.9.5</version>
+                <version>1.10.19</version>
                 <exclusions>
                     <exclusion>
                         <groupId>org.hamcrest</groupId>