Skip to content

Commit

Permalink
build(deps): bump version.liquibase from 3.4.1 to 4.10.0
Browse files Browse the repository at this point in the history
Bumps `version.liquibase` from 3.4.1 to 4.10.0.

Updates `liquibase-core` from 3.4.1 to 4.10.0
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt)
- [Commits](liquibase/liquibase@liquibase-parent-3.4.1...v4.10.0)

Updates `liquibase-maven-plugin` from 3.4.1 to 4.10.0
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt)
- [Commits](liquibase/liquibase@liquibase-parent-3.4.1...v4.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 17, 2022
1 parent 928b35a commit 7f81123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distro/ddl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<version.mysql.jdbc.driver>5.1.35</version.mysql.jdbc.driver>
<version.com.oracle.driver>12.1.0.2</version.com.oracle.driver>
<version.mssql.driver>4.2</version.mssql.driver>
<version.liquibase>3.4.1</version.liquibase>
<version.liquibase>4.10.0</version.liquibase>
</properties>

<dependencies>
Expand Down

0 comments on commit 7f81123

Please sign in to comment.