Skip to content

Commit

Permalink
Update dependencies as found by Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
ljacqu committed Dec 26, 2019
1 parent b0917c7 commit ebcb509
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.0</version>
<version>3.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand Down Expand Up @@ -211,13 +211,13 @@
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
<version>5.4.2</version>
<version>5.5.2</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<scope>test</scope>
<version>5.4.2</version>
<version>5.5.2</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
Expand All @@ -229,7 +229,7 @@
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
<version>3.1.0</version>
<version>3.2.4</version>
<exclusions>
<exclusion>
<artifactId>hamcrest-core</artifactId>
Expand All @@ -240,7 +240,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>2.23.0</version>
<version>3.2.4</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit ebcb509

Please sign in to comment.