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.
1 parent 6e86f79 commit 95b35d3Copy full SHA for 95b35d3
database-versioning-tutorial/liquibase-tutorial/pom.xml
@@ -28,7 +28,7 @@
28
<plugin>
29
<groupId>org.liquibase</groupId>
30
<artifactId>liquibase-maven-plugin</artifactId>
31
- <version>4.32.0</version> <!-- Vérifie la dernière version disponible -->
+ <version>4.33.0</version> <!-- Vérifie la dernière version disponible -->
32
<configuration>
33
<changeLogFile>db/changelog/changelog-master.xml</changeLogFile>
34
<url>jdbc:h2:file:~/data/liquibase</url>
0 commit comments