Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2022

Bumps liquibase-core from 4.15.0 to 4.16.1.

Release notes

Sourced from liquibase-core's releases.

v4.16.1

New and Notable Capability

  • Liquibase 4.16.0 incorrectly included the msal4j.jar and it's dependencies in internal/lib. This release does removes them. If you need the Azure authentication support provided by that library, you can continue to add it to the lib directory.

Enhancements

  • None

Fixes

  • None

Updates

Security Updates

  • None

JDBC Driver and Third-Party Library Updates

OWASP Dependency Check: Reported Vulnerabilities

New Contributors

  • None this time

Full Changelog: liquibase/liquibase@v4.16.0...v4.16.1

Get Certified

Learn all the Liquibase fundamentals from free online courses by Liquibase experts and see how to apply them in the real world at https://learn.liquibase.com/.

Read the Documentation

Please check out and contribute to the continually improving docs, now at https://docs.liquibase.com/.

Meet the Community

Our community has built a lot. From extensions to integrations, you’ve helped make Liquibase the amazing open source project that it is today. Keep contributing to making it stronger:

Contribute code Make doc updates Help by asking and answering questions Set up a chat with the Product team

Thanks to everyone who helps make the Liquibase community strong!

File Descriptions

  • Liquibase CLI -- Includes open source + commercial functionality
  • liquibase-x.y.z.tar.gz -- Archive in tar.gz format
  • liquibase-x.y.z.zip -- Archive in zip format
  • liquibase-windows-x64-installer-x.y.z.exe -- Installer for Windows
  • liquibase-macos-installer-x.y.z.dmg -- Installer for MacOS
  • Primary Libraries - For embedding in other software

... (truncated)

Changelog

Sourced from liquibase-core's changelog.

Liquibase Core Changelog

Changes in version 4.16.1 (2022.09.14)

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
  • Upgraded snakeyaml to 1.32

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
  • 7a5ac7c Updated snakeyaml to 1.32
  • bee0bcc Merge remote-tracking branch 'origin/master'
  • 7f86550 Updated changelog.txt for 4.16.1
  • b82e691 Merge pull request #3270 from liquibase/dependabot/maven/org.yaml-snakeyaml-1.32
  • 5461b11 Bump snakeyaml from 1.31 to 1.32
  • c3b320c Added 4.16.1 release notes
  • efcc526 Merge pull request #3262 from liquibase/dependabot/maven/com.microsoft.sqlser...
  • f624d0a Merge branch 'master' into dependabot/maven/com.microsoft.sqlserver-mssql-jdb...
  • 2dcca45 Merge pull request #3263 from julianladisch/snakeyaml-1.31
  • a3ecd35 Bump snakeyaml from 1.27 to 1.31 fixing CVE-2022-25857
  • 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)

Bumps [liquibase-core](https://github.com/liquibase/liquibase) from 4.15.0 to 4.16.1.
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt)
- [Commits](liquibase/liquibase@v4.15.0...v4.16.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 15, 2022
@codecov
Copy link

codecov bot commented Sep 15, 2022

Codecov Report

Merging #373 (5dfb89b) into master (47e4948) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master     #373   +/-   ##
=========================================
  Coverage     88.73%   88.73%           
  Complexity      170      170           
=========================================
  Files            19       19           
  Lines           515      515           
  Branches         48       48           
=========================================
  Hits            457      457           
  Misses           31       31           
  Partials         27       27           
Flag Coverage Δ
tests-java-11 88.73% <ø> (ø)
tests-java-17 88.73% <ø> (ø)
tests-java-8 88.73% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@zapodot zapodot merged commit e2495ce into master Oct 3, 2022
@zapodot zapodot deleted the dependabot/maven/org.liquibase-liquibase-core-4.16.1 branch October 3, 2022 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants