Skip to content

Commit

Permalink
Bump Ant and Mockito versions
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganwitt committed Aug 3, 2020
1 parent 09fe24a commit 4d67a4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<!-- this is to support use of AntBuilder (Groovy jars don't include) -->
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.10.7</version>
<version>1.10.8</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand All @@ -102,7 +102,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.3.3</version>
<version>3.4.6</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 4d67a4c

Please sign in to comment.