arrumm / veragg

0 stars 0 forks source link

Bump liquibase-core from 4.5.0 to 4.16.0 #154

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps liquibase-core from 4.5.0 to 4.16.0.

Release notes

Sourced from liquibase-core's releases.

v4.16.0

New and Notable Capability

  • [LABS] The liquibase flow command and flow files are still available under the Liquibase Labs license.
  • [PRO] The Quality Checks for Databases are now available to all Pro license users. These checks inspect your active database, or a liquibase-generated snapshot for compliance with your rules. Learn more here: https://docs.liquibase.com/quality-checks
  • Introduces "contextFilter" and "labelFilter" replacement settings by @​nvoxland in liquibase/liquibase#2971
    • Liquibase has always had a way to use "labels" and "contexts" and then filter on those attributes in order to control which changesets are considered for execution. The new "contextFilter" and "labelFilter" attributes help simplify workflows and prevent confusion.

Enhancements

  • Added support for changeset references in rollback for Formatted SQL changelogs by @​atzawada in liquibase/liquibase#1386
  • Add schemas and includeSchema parameters to maven generateChangeLog by @​MalloD12 in liquibase/liquibase#3210
  • [PRO] Two new Pro commands update-one-changeset and update-one-changeset-sql serving as complements to rollback-one-changeset and roll-back-one-changeset-sql

Fixes

Updates

Security Updates

  • Updates the snakeyaml dependency shipped in the liquibase-maven-plugin pom to address CVE-2022-25857

JDBC Driver and Third-Party Library Updates

OWASP Dependency Check: Reported Vulnerabilities

New Contributors

... (truncated)

Changelog

Sourced from liquibase-core's changelog.

Liquibase Core Changelog

Changes in version 4.16.1 (2022.09.12)

New and Notable Capability

  • Liquibase 4.16.0 incorrectly included the msal4j.jar and it's dependencies in internal/lib. This release does not include that SqlServer related library

Enhancements

  • None

Fixes

  • None

Changes in version 4.16.0 (2022.09.08)

New and Notable Capability

  • [LABS] The liquibase flow command and flow files are still available under the Liquibase Labs license. If you want to try and provide feedback on this capability, please email mario@liquibase.com
  • [PRO] The Quality Checks for Databases are now available to all Pro license users. These checks inspect your active database, or a liquibase-generated snapshot for compliance with your rules. Learn more at https://docs.liquibase.com/quality-checks

Enhancements

  • Introduced "contextFilter" and "labelFilter" replacement settings by @​nvoxland in #2971
  • Added support for changeset references in rollback for Formatted SQL changelogs by @​atzawada in #1386
  • Add schemas and includeSchema parameters to maven generateChangeLog by @​MalloD12 in #3210
  • [PRO] Two new Pro commands update-one-changeset and update-one-changeset-sql serving as complements to rollback-one-changeset and roll-back-one-changeset-sql

Fixes

Changes in version 4.15.0 (2022.08.04)

Notable Changes

Fixes

... (truncated)

Commits
  • 2dcca45 Merge pull request #3263 from julianladisch/snakeyaml-1.31
  • a3ecd35 Bump snakeyaml from 1.27 to 1.31 fixing CVE-2022-25857
  • a6379ff Update changelog txt to 4.16 (#3261)
  • 49a9cb3 update changelog xsd to 4.16 (#3259)
  • 072f1a5 DAT-10128 add javadocs automation (#3217)
  • 8c3043c Merge pull request #3187 from liquibase/DAT-10810
  • adf2061 Merge branch 'master' into DAT-10810
  • 4c08102 Add schemas and includeSchema parameters to maven generateChangeLog (#3210)
  • b01df65 Add rollback changeset reference for SQL changelogs (#1386)
  • 572667d Merge branch 'master' into DAT-10810
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #155.