We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 477bc66 + 4afa473 commit 21227fcCopy full SHA for 21227fc
pom.xml
@@ -5,7 +5,7 @@
5
<parent>
6
<groupId>org.liquibase</groupId>
7
<artifactId>liquibase-parent-pom</artifactId>
8
- <version>0.5.1</version> <!-- Replace with the desired version -->
+ <version>0.5.4</version> <!-- Replace with the desired version -->
9
</parent>
10
11
<groupId>org.liquibase.ext</groupId>
@@ -72,7 +72,7 @@
72
73
<properties>
74
<hibernate.version>6.3.1.Final</hibernate.version>
75
- <spring.version>6.2.0</spring.version>
+ <spring.version>6.2.1</spring.version>
76
<liquibase.version>4.30.0</liquibase.version>
77
<maven.compiler.source>11</maven.compiler.source>
78
<maven.compiler.target>11</maven.compiler.target>
0 commit comments