Skip to content

Commit

Permalink
fix #3831 - bump groovy version
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma committed Dec 9, 2020
1 parent 5b5038f commit b4a44d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,12 @@
<version>${commons-codec-version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
<version>3.0.7</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>
<properties>
Expand Down

0 comments on commit b4a44d3

Please sign in to comment.