Skip to content

Commit

Permalink
Merge branch 'main' into multi-schema-support
Browse files Browse the repository at this point in the history
  • Loading branch information
MalloD12 authored Dec 19, 2024
2 parents 477bc66 + 4afa473 commit 21227fc
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.5.1</version> <!-- Replace with the desired version -->
<version>0.5.4</version> <!-- Replace with the desired version -->
</parent>

<groupId>org.liquibase.ext</groupId>
Expand Down Expand Up @@ -72,7 +72,7 @@

<properties>
<hibernate.version>6.3.1.Final</hibernate.version>
<spring.version>6.2.0</spring.version>
<spring.version>6.2.1</spring.version>
<liquibase.version>4.30.0</liquibase.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down

0 comments on commit 21227fc

Please sign in to comment.