Skip to content

Commit

Permalink
update groovy version
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyAustinDavis committed Nov 27, 2023
1 parent a70d7f8 commit f765c52
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
Binary file added lib/liquibase-extension-testing-4.25.0.jar
Binary file not shown.
18 changes: 10 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>liquibase-databricks</artifactId>
<version>1.1.1-SNAPSHOT</version>

<name>Liquibase Extension Databricks support</name>
<name>Liquibase Extension Databricks</name>
<description>Liquibase Extension for Databricks.</description>
<url>https://github.com/liquibase/liquibase-databricks</url>

Expand All @@ -26,13 +26,16 @@
</developers>

<properties>
<groovy-all.version>2.4.21</groovy-all.version>
<groovy-all.version>2.5.3</groovy-all.version>
<liquibase.version>4.25.0</liquibase.version>
<gmavenplus-plugin.version>2.1.0</gmavenplus-plugin.version>
<sonar.tests>src/test/groovy</sonar.tests>
<spock-core.version>1.3-groovy-2.4</spock-core.version>
<spock-core.version>1.3-groovy-2.5</spock-core.version>
<spock-reports.version>1.8.0</spock-reports.version>
<junit-platform.version>1.10.0</junit-platform.version>
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>

<scm>
Expand All @@ -56,17 +59,16 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>${snakeyaml.version}</version>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
<version>${liquibase.version}</version>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
Expand Down Expand Up @@ -126,4 +128,4 @@

</plugins>
</build>
</project>
</project>

0 comments on commit f765c52

Please sign in to comment.