Skip to content

Commit

Permalink
Update Groovy to 4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sparsick committed Nov 5, 2022
1 parent 5d5ce59 commit c15ffae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<wagon.version>2.2</wagon.version>
<gmaven.provider.selection>2.0</gmaven.provider.selection>
<groovy.version>3.0.9</groovy.version>
<groovy.version>4.0.6</groovy.version>
<jacoco.version>0.8.8</jacoco.version>
</properties>

Expand Down Expand Up @@ -256,7 +256,7 @@
</dependency>

<dependency>
<groupId>org.codehaus.groovy</groupId>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy</artifactId>
<version>${groovy.version}</version>
</dependency>
Expand Down Expand Up @@ -380,7 +380,7 @@
</executions>
<dependencies>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>${groovy.version}</version>
<type>pom</type>
Expand Down Expand Up @@ -690,7 +690,7 @@
<version>3.2.2</version>
<dependencies>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy</artifactId>
<version>${groovy.version}</version>
</dependency>
Expand Down

0 comments on commit c15ffae

Please sign in to comment.