Skip to content

Commit 95b35d3

Browse files
Bump org.liquibase:liquibase-maven-plugin from 4.32.0 to 4.33.0
Bumps [org.liquibase:liquibase-maven-plugin](https://github.com/liquibase/liquibase) from 4.32.0 to 4.33.0. - [Release notes](https://github.com/liquibase/liquibase/releases) - [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt) - [Commits](liquibase/liquibase@v4.32.0...v4.33.0) --- updated-dependencies: - dependency-name: org.liquibase:liquibase-maven-plugin dependency-version: 4.33.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6e86f79 commit 95b35d3

File tree

1 file changed

+1
-1
lines changed
  • database-versioning-tutorial/liquibase-tutorial

1 file changed

+1
-1
lines changed

database-versioning-tutorial/liquibase-tutorial/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<plugin>
2929
<groupId>org.liquibase</groupId>
3030
<artifactId>liquibase-maven-plugin</artifactId>
31-
<version>4.32.0</version> <!-- Vérifie la dernière version disponible -->
31+
<version>4.33.0</version> <!-- Vérifie la dernière version disponible -->
3232
<configuration>
3333
<changeLogFile>db/changelog/changelog-master.xml</changeLogFile>
3434
<url>jdbc:h2:file:~/data/liquibase</url>

0 commit comments

Comments
 (0)