Skip to content

Commit

Permalink
Merge pull request #226 from liquibase/bump-groovy-minor-version
Browse files Browse the repository at this point in the history
chore: bump groovy, parent-pom and test-harness versions
  • Loading branch information
filipelautert authored Oct 31, 2024
2 parents 3e1dcbe + 838f826 commit 04c04b7
Showing 1 changed file with 34 additions and 23 deletions.
57 changes: 34 additions & 23 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-parent-pom</artifactId>
<version>0.3.6</version>
<version>0.5.0</version>
</parent>

<groupId>org.liquibase.ext</groupId>
Expand Down Expand Up @@ -50,24 +50,11 @@

<properties>
<liquibase.version>4.29.2</liquibase.version>
<spock-core.version>1.3-groovy-2.4</spock-core.version>
<spock-reports.version>1.8.0</spock-reports.version>
<groovy-all.version>2.4.21</groovy-all.version>
<sonar.tests>src/test/groovy</sonar.tests>
<junit.version>5.11.3</junit.version>
<junit-platform.version>1.11.3</junit-platform.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.spockframework</groupId>
<artifactId>spock-bom</artifactId>
<version>2.2-groovy-2.5</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>org.liquibase</groupId>
Expand All @@ -91,16 +78,10 @@
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
<version>4.13.2</version>
</dependency>
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-test-harness</artifactId>
<version>1.0.9</version>
<version>1.0.10</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -119,6 +100,36 @@
<artifactId>jsonassert</artifactId>
<version>1.5.3</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-suite</artifactId>
<version>${junit-platform.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>${junit-platform.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
</dependencies>


Expand Down

0 comments on commit 04c04b7

Please sign in to comment.