Skip to content

Commit

Permalink
build(deps): bump org.liquibase:liquibase-maven-plugin (#1089)
Browse files Browse the repository at this point in the history
Bumps [org.liquibase:liquibase-maven-plugin](https://github.com/liquibase/liquibase) from 4.23.2 to 4.24.0.
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/v4.24.0/changelog.txt)
- [Commits](liquibase/liquibase@v4.23.2...v4.24.0)

---
updated-dependencies:
- dependency-name: org.liquibase:liquibase-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 13, 2023
1 parent 2ff71f1 commit 0c5307d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/java/liquibase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<plugin>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-maven-plugin</artifactId>
<version>4.23.2</version>
<version>4.24.0</version>
<configuration>
<propertyFile>liquibase.properties</propertyFile>
<outputChangeLogFile>changelog-master.xml</outputChangeLogFile>
Expand Down

0 comments on commit 0c5307d

Please sign in to comment.