Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganwitt committed Apr 4, 2020
1 parent 7ccafd6 commit 5e3b79e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@
<!-- this is to support use of AntBuilder (Groovy jars don't include) -->
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.10.5</version>
<version>1.10.7</version>
<scope>runtime</scope>
</dependency>
<dependency>
<!-- this is to support use of @grab (Groovy jars don't include) -->
<groupId>org.apache.ivy</groupId>
<artifactId>ivy</artifactId>
<version>2.4.0</version>
<version>2.5.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand All @@ -102,7 +102,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.2.4</version>
<version>3.3.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 5e3b79e

Please sign in to comment.