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

Updated dependencies.

No related merge requests found
Showing with 5 additions and 7 deletions
+5 -7
...@@ -46,12 +46,12 @@ ...@@ -46,12 +46,12 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<jersey.version>2.29.1</jersey.version> <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> <servlet.version>4.0.3</servlet.version>
<activation.version>1.2.1</activation.version> <activation.version>1.2.1</activation.version>
<junit.version>4.12</junit.version> <junit.version>5.5.2</junit.version>
<mockito.version>3.0.0</mockito.version> <mockito.version>3.1.0</mockito.version>
<hamcrest.version>1.3</hamcrest.version> <hamcrest.version>1.3</hamcrest.version>
<systemRules.version>1.19.0</systemRules.version> <systemRules.version>1.19.0</systemRules.version>
...@@ -77,7 +77,6 @@ ...@@ -77,7 +77,6 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId> <artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<configuration> <configuration>
<goals>deploy</goals> <goals>deploy</goals>
</configuration> </configuration>
...@@ -394,12 +393,11 @@ ...@@ -394,12 +393,11 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>junit</groupId> <groupId>org.junit.vintage</groupId>
<artifactId>junit</artifactId> <artifactId>junit-vintage-engine</artifactId>
<version>${junit.version}</version> <version>${junit.version}</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.mockito</groupId> <groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId> <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