Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
2263d761
Commit
2263d761
authored
Jul 05, 2018
by
Greg Messner
Browse files
Updated mockito version.
parent
605816d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
2263d761
...
...
@@ -44,7 +44,7 @@
<jackson.version>
2.9.3
</jackson.version>
<javaServlet.version>
3.1.0
</javaServlet.version>
<junit.version>
4.12
</junit.version>
<mockito.version>
1
.1
0.19
</mockito.version>
<mockito.version>
2
.1
9.0
</mockito.version>
<hamcrest.version>
1.3
</hamcrest.version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
...
...
@@ -248,7 +248,7 @@
</dependency>
<dependency>
<groupId>
org.mockito
</groupId>
<artifactId>
mockito-
all
</artifactId>
<artifactId>
mockito-
core
</artifactId>
<version>
${mockito.version}
</version>
<scope>
test
</scope>
</dependency>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment