Skip to content

Commit 21227fc

Browse files
authored
Merge branch 'main' into multi-schema-support
2 parents 477bc66 + 4afa473 commit 21227fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.liquibase</groupId>
77
<artifactId>liquibase-parent-pom</artifactId>
8-
<version>0.5.1</version> <!-- Replace with the desired version -->
8+
<version>0.5.4</version> <!-- Replace with the desired version -->
99
</parent>
1010

1111
<groupId>org.liquibase.ext</groupId>
@@ -72,7 +72,7 @@
7272

7373
<properties>
7474
<hibernate.version>6.3.1.Final</hibernate.version>
75-
<spring.version>6.2.0</spring.version>
75+
<spring.version>6.2.1</spring.version>
7676
<liquibase.version>4.30.0</liquibase.version>
7777
<maven.compiler.source>11</maven.compiler.source>
7878
<maven.compiler.target>11</maven.compiler.target>

0 commit comments

Comments
 (0)