Skip to content

Commit

Permalink
Liquibase 4.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
filipelautert committed Nov 15, 2023
1 parent 64f1b44 commit 14b579b
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 @@ -11,15 +11,15 @@

<groupId>org.liquibase.ext</groupId>
<artifactId>liquibase-bigquery</artifactId>
<version>4.24.1-SNAPSHOT</version>
<version>4.25.0-SNAPSHOT</version>

<name>Liquibase Extension Google BigQuery support</name>
<description>Add this Liquibase extension to your project to support Google BigQuery</description>
<url>https://github.com/liquibase/liquibase-bigquery</url>


<properties>
<liquibase.version>4.24.0</liquibase.version>
<liquibase.version>4.25.0</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.17</groovy-all.version>
Expand Down Expand Up @@ -119,7 +119,7 @@
<plugin>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-maven-plugin</artifactId>
<version>4.24.0</version>
<version>4.25.0</version>
<configuration>
<propertyFileWillOverride>true</propertyFileWillOverride>
<propertyFile>target/classes/liquibase.properties</propertyFile>
Expand All @@ -133,4 +133,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 14b579b

Please sign in to comment.