Skip to content

Commit

Permalink
upgrade to Groovy 4
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMassaro committed Mar 26, 2024
1 parent 7310ab7 commit ebe1f96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@
<version>${liquibase-core.version}</version>
</dependency>
<dependency> <!-- use a specific Groovy version rather than the one specified by spock-core -->
<groupId>org.codehaus.groovy</groupId>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.5.19</version>
<version>4.0.20</version>
<type>pom</type>
<exclusions>
<exclusion>
Expand All @@ -101,7 +101,7 @@
<dependency>
<groupId>org.spockframework</groupId>
<artifactId>spock-core</artifactId>
<version>1.3-groovy-2.5</version>
<version>2.3-groovy-4.0</version>
</dependency>
<dependency>
<groupId>org.skyscreamer</groupId>
Expand Down

0 comments on commit ebe1f96

Please sign in to comment.