Commit e750f1ac authored by Greg Messner's avatar Greg Messner
Browse files

Updated dependencies.

parent 7334d84a
......@@ -46,12 +46,12 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<jersey.version>2.29.1</jersey.version>
<jackson.version>2.9.8</jackson.version>
<jackson.version>2.10.0</jackson.version>
<servlet.version>4.0.3</servlet.version>
<activation.version>1.2.1</activation.version>
<junit.version>4.12</junit.version>
<mockito.version>3.0.0</mockito.version>
<junit.version>5.5.2</junit.version>
<mockito.version>3.1.0</mockito.version>
<hamcrest.version>1.3</hamcrest.version>
<systemRules.version>1.19.0</systemRules.version>
......@@ -77,7 +77,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<configuration>
<goals>deploy</goals>
</configuration>
......@@ -394,12 +393,11 @@
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment