Skip to content

Commit

Permalink
chore(pom.xml): update liquibase.version from 4.23.2 to 4.24.0 for co…
Browse files Browse the repository at this point in the history
…mpatibility with the desired version

chore(pom.xml): update liquibase-parent-pom version from 0.2.1 to 0.2.2 for compatibility with the desired version
  • Loading branch information
jandroav committed Oct 11, 2023
1 parent 9ba1f1d commit 81c68d8
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 @@ -5,7 +5,7 @@
<parent>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-parent-pom</artifactId>
<version>0.2.1</version> <!-- Replace with the desired version -->
<version>0.2.2</version> <!-- Replace with the desired version -->
</parent>

<groupId>org.liquibase.ext</groupId>
Expand Down Expand Up @@ -53,7 +53,7 @@
<properties>
<hibernate.version>6.3.1.Final</hibernate.version>
<spring.version>6.0.12</spring.version>
<liquibase.version>4.23.2</liquibase.version>
<liquibase.version>4.24.0</liquibase.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>
Expand Down

0 comments on commit 81c68d8

Please sign in to comment.