Skip to content

Commit

Permalink
Merge pull request #592 from liquibase/bump-parent-pom
Browse files Browse the repository at this point in the history
chore(pom.xml): update liquibase.version from 4.23.2 to 4.24.0 for co…
  • Loading branch information
jandroav authored Oct 11, 2023
2 parents 9ba1f1d + 81c68d8 commit 8044d2f
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 8044d2f

Please sign in to comment.