File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 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>
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 <!--
You can’t perform that action at this time.
0 commit comments