File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1515
1616 <properties >
1717 <junit .version>4.13.2</junit .version>
18+ <groovy .version>3.0.14</groovy .version>
1819 <maven .deploy.skip>true</maven .deploy.skip>
1920 </properties >
2021
7071 <dependency >
7172 <groupId >org.codehaus.groovy</groupId >
7273 <artifactId >groovy</artifactId >
73- <version >3.0.13 </version >
74+ <version >${groovy.version} </version >
7475 <scope >runtime</scope >
7576 </dependency >
7677 <dependency >
7778 <groupId >org.codehaus.groovy</groupId >
7879 <artifactId >groovy-json</artifactId >
79- <version >3.0.13 </version >
80+ <version >${groovy.version} </version >
8081 </dependency >
8182 <dependency >
8283 <groupId >org.codehaus.groovy</groupId >
8384 <artifactId >groovy-xml</artifactId >
84- <version >3.0.13 </version >
85+ <version >${groovy.version} </version >
8586 </dependency >
8687 </dependencies >
8788 </plugin >
You can’t perform that action at this time.
0 commit comments