Skip to content

Commit 970c1e0

Browse files
authored
Merge pull request #72 from cucumber/renovate/groovy.version
Update dependency org.codehaus.groovy:groovy-all to v2.5.12
2 parents 7571838 + 2971db3 commit 970c1e0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<build-helper-maven-plugin.version>3.1.0</build-helper-maven-plugin.version>
2424
<cucumber.version>6.0.0</cucumber.version>
2525
<gherkin.version>9.2.0</gherkin.version>
26-
<groovy.version>2.4.19</groovy.version>
26+
<groovy.version>2.5.12</groovy.version>
2727
<jackson-databind.version>2.11.0</jackson-databind.version>
2828
<junit.version>4.13</junit.version>
2929
<scala.2.11.version>2.11.12</scala.2.11.version>
@@ -177,7 +177,12 @@
177177
<dependencies>
178178
<dependency>
179179
<groupId>org.codehaus.groovy</groupId>
180-
<artifactId>groovy-all</artifactId>
180+
<artifactId>groovy-ant</artifactId>
181+
<version>${groovy.version}</version>
182+
</dependency>
183+
<dependency>
184+
<groupId>org.codehaus.groovy</groupId>
185+
<artifactId>groovy-templates</artifactId>
181186
<version>${groovy.version}</version>
182187
</dependency>
183188
<!--

0 commit comments

Comments
 (0)