Skip to content

Commit

Permalink
Update pom.xml to liquibase version 4.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jandroav authored Jul 26, 2024
1 parent 3ff63ef commit 392f5a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Liquibase -->
<liquibase.version>4.27.0</liquibase.version>
<liquibase.version>4.29.0</liquibase.version>
<!-- SonarCloud -->
<sonar.organization>liquibase</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
Expand Down Expand Up @@ -448,7 +448,7 @@
<profile>
<id>snapshot</id>
<properties>
<liquibase.version>4.26.0</liquibase.version>
<liquibase.version>4.29.0</liquibase.version>
</properties>
<activation>
<activeByDefault>true</activeByDefault>
Expand Down

0 comments on commit 392f5a1

Please sign in to comment.