Skip to content

Commit dab7ed4

Browse files
committed
Bump groovy from 3.0.13 to 3.0.14
Closes #258 #257 #256
1 parent 0cbea10 commit dab7ed4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

plexus-compiler-its/pom.xml

+4-3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
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

@@ -70,18 +71,18 @@
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>

0 commit comments

Comments
 (0)