Skip to content

Commit

Permalink
DAT-10403: upgrade groovy to 4.0 (#158)
Browse files Browse the repository at this point in the history
* upgrade groovy to 4.0

* fix(pom.xml): downgrade liquibase-parent-pom version from 0.4.0-SNAPSHOT to 0.3.7-SNAPSHOT to resolve compatibility issues

---------

Co-authored-by: jandroav <jandroav@icloud.com>
Co-authored-by: Alejandro Alvarez <avazquez@liquibase.com>
  • Loading branch information
3 people committed Mar 26, 2024
1 parent b448782 commit a36cc29
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.liquibase</groupId>
<artifactId>liquibase-parent-pom</artifactId>
<name>Liquibase Parent POM</name>
<version>0.4.0-SNAPSHOT</version>
<version>0.3.7-SNAPSHOT</version>
<description>Liquibase Parent POM for all Extensions</description>
<url>https://github.com/liquibase/liquibase-parent-pom</url>
<packaging>pom</packaging>
Expand Down Expand Up @@ -56,7 +56,7 @@
<commons-io.version>2.15.1</commons-io.version>
<copy-rename-maven-plugin.version>1.0.1</copy-rename-maven-plugin.version>
<gmavenplus-plugin.version>3.0.2</gmavenplus-plugin.version>
<groovy-all.version>3.0.19</groovy-all.version>
<groovy-all.version>4.0.20</groovy-all.version>
<hamcrest.version>1.3</hamcrest.version>
<jackson.version>2.16.1</jackson.version>
<jacoco-maven-plugin.version>0.8.11</jacoco-maven-plugin.version>
Expand Down Expand Up @@ -87,8 +87,8 @@
<proguard-maven-plugin.version>2.6.0</proguard-maven-plugin.version>
<sonar-maven-plugin.version>3.10.0.2594</sonar-maven-plugin.version>
<snakeyaml.version>2.2</snakeyaml.version>
<spock-core.version>2.4-M1-groovy-3.0</spock-core.version>
<spock-reports.version>2.5.1-groovy-3.0</spock-reports.version>
<spock-core.version>2.3-groovy-4.0</spock-core.version>
<spock-reports.version>2.5.1-groovy-4.0</spock-reports.version>
<slf4j.version>2.0.9</slf4j.version>
<versions-maven-plugin.version>2.16.1</versions-maven-plugin.version>
</properties>
Expand Down Expand Up @@ -241,14 +241,14 @@
<version>${liquibase.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>${groovy-all.version}</version>
<scope>test</scope>
<type>pom</type>
<exclusions>
<exclusion>
<groupId>org.codehaus.groovy</groupId>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy-testng</artifactId>
</exclusion>
</exclusions>
Expand Down

0 comments on commit a36cc29

Please sign in to comment.