Skip to content

Commit

Permalink
Bump liquibase.version from 4.28.0 to 4.29.1
Browse files Browse the repository at this point in the history
Bumps `liquibase.version` from 4.28.0 to 4.29.1.

Updates `org.liquibase:liquibase-core` from 4.28.0 to 4.29.1
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt)
- [Commits](liquibase/liquibase@v4.28.0...v4.29.1)

Updates `org.liquibase:liquibase-maven-plugin` from 4.28.0 to 4.29.1
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt)
- [Commits](liquibase/liquibase@v4.28.0...v4.29.1)

Updates `org.liquibase.ext:liquibase-hibernate6` from 4.28.0 to 4.29.1
- [Release notes](https://github.com/liquibase/liquibase-hibernate/releases)
- [Changelog](https://github.com/liquibase/liquibase-hibernate/blob/main/RELEASE.md)
- [Commits](https://github.com/liquibase/liquibase-hibernate/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 63a5338 commit 89b64e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<java.version>17</java.version>
<timestamp>${maven.build.timestamp}</timestamp>
<maven.build.timestamp.format>yyyyMMdd_HHmmss</maven.build.timestamp.format>
<liquibase.version>4.28.0</liquibase.version>
<liquibase.version>4.29.1</liquibase.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 89b64e2

Please sign in to comment.