Skip to content

Commit

Permalink
Bump groovy from 3.0.13 to 3.0.14
Browse files Browse the repository at this point in the history
Closes #258 #257 #256
  • Loading branch information
slachiewicz committed Jan 1, 2023
1 parent 0cbea10 commit dab7ed4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions plexus-compiler-its/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

<properties>
<junit.version>4.13.2</junit.version>
<groovy.version>3.0.14</groovy.version>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

Expand Down Expand Up @@ -70,18 +71,18 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
<version>3.0.13</version>
<version>${groovy.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-json</artifactId>
<version>3.0.13</version>
<version>${groovy.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-xml</artifactId>
<version>3.0.13</version>
<version>${groovy.version}</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit dab7ed4

Please sign in to comment.