Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency org.liquibase:liquibase-maven-plugin to v4.27.0 #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 29, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.liquibase:liquibase-maven-plugin (source) 4.0.0 -> 4.27.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

liquibase/liquibase (org.liquibase:liquibase-maven-plugin)

v4.27.0: Liquibase v4.27.0

Compare Source

Liquibase 4.27.0 is a major release

[!IMPORTANT]
Liquibase 4.27.0 contains several New Capabilities and Notable Enhancements for Liquibase Pro users: DATABASECHANGELOGHISTORY table, Quality Checks Chains, Rollback Reports

[!NOTE]
See the Liquibase 4.27.0 Release Notes for the complete set of release information.

Notable Changes

[PRO]
Liquibase DATABASECHANGELOGHISTORY table: See all changes that have been applied to your database
  • With the new DatabaseChangeLogHistory (DBCLH) Table, get a complete history of changes made to your database through Liquibase operations, including updates, rollbacks, dropAlls, tags, changelogsyncs, and repeated updates to the same ChangeSet. The DBCLH table is disabled by default, so Users must turn it on to start capturing historical data.
  • Learn more https://docs.liquibase.com/databasechangeloghistory
Quality Checks Chains: Perform multiple policy evaluations with a single Quality Check
  • Chain multiple Quality Checks together with logic conditionals (AND, OR, and NOT) for more flexibility to perform multiple evaluations in a single check. Useful to confirm complex best practices or governance issues. Check Chains are run like traditional single-condition existing Quality Checks
  • Learn more https://docs.liquibase.com/quality-checks
Observability: Rollback Reports: Understand and share the data on the execution of rollback commands
  • Easily scan and understand a high-level overview of the ChangeSets rolled back. Get a detailed view of both successful and failed rollbacks. Collaborate with your team with shareable report in PDF format
  • Learn more https://docs.liquibase.com/observability

Breaking Change

[PRO] Changelog

🤖 [PRO] Security, Driver and Other Updates

39 change * Bump liquibase/build-logic from 0.6.4 to 0.6.6 dependencies github_actions #​1616 by dependabot bot
  • Bump org.projectlombok:lombok from 1.18.30 to 1.18.32 #​1614 by dependabot bot

  • Bump org.apache.maven.plugins:maven-assembly-plugin from 3.6.0 to 3.7.1 #​1613 by dependabot bot

  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 #​1612 by dependabot bot

  • Bump com.networknt:json-schema-validator from 1.3.3 to 1.4.0 #​1610 by dependabot bot

  • Bump actions/delete-package-versions from 3 to 5 dependencies github_actions #​1551 by dependabot bot

  • Bump org.postgresql:postgresql from 42.7.2 to 42.7.3 #​1604 by dependabot bot

  • Bump com.fasterxml.jackson.core:jackson-core from 2.16.2 to 2.17.0 #​1597 by dependabot bot

  • Bump com.fasterxml.jackson.module:jackson-module-jaxb-annotations from 2.16.2 to 2.17.0 #​1595 by dependabot bot

  • Bump org.sonarsource.scanner.maven:sonar-maven-plugin from 3.10.0.2594 to 3.11.0.3922 #​1599 by dependabot bot

  • Bump com.fasterxml.jackson.core:jackson-databind from 2.16.2 to 2.17.0 #​1596 by dependabot bot

  • Bump com.fasterxml.jackson.core:jackson-annotations from 2.16.2 to 2.17.0 #​1594 by dependabot bot

  • Bump com.github.jsqlparser:jsqlparser from 4.8 to 4.9 #​1583 by dependabot bot

  • Bump com.fasterxml.jackson.core:jackson-annotations from 2.16.1 to 2.16.2 #​1588 by dependabot bot

  • Bump com.fasterxml.jackson.core:jackson-core from 2.16.1 to 2.16.2 #​1586 by dependabot bot

  • Bump com.fasterxml.jackson.module:jackson-module-jaxb-annotations from 2.16.1 to 2.16.2 #​1584 by dependabot bot

  • Bump com.fasterxml.jackson.core:jackson-databind from 2.16.1 to 2.16.2 #​1585 by dependabot bot

  • Bump ch.qos.logback:logback-classic from 1.5.1 to 1.5.2 #​1568 by dependabot bot

  • Bump com.fasterxml.jackson.module:jackson-module-jaxb-annotations from 2.15.3 to 2.16.1 #​1449 by dependabot bot

  • Bump com.fasterxml.jackson.core:jackson-annotations from 2.15.3 to 2.16.1 #​1450 by dependabot bot

  • Bump com.oracle.database.jdbc:ojdbc8 from 19.21.0.0 to 19.22.0.0 #​1563 by dependabot bot

  • Bump org.mariadb.jdbc:mariadb-java-client from 3.2.0 to 3.3.3 #​1555 by dependabot bot

  • Bump com.fasterxml.jackson.core:jackson-core from 2.15.3 to 2.16.1 #​1451 by dependabot bot

  • Bump com.fasterxml.jackson.core:jackson-databind from 2.15.3 to 2.16.1 #​1452 by dependabot bot

  • Bump com.github.jsqlparser:jsqlparser from 4.7 to 4.8 #​1558 by dependabot bot

  • Bump com.github.wvengen:proguard-maven-plugin from 2.6.0 to 2.6.1 #​1557 by dependabot bot

  • Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2 #​1559 by dependabot bot

  • Bump org.codehaus.mojo:flatten-maven-plugin from 1.5.0 to 1.6.0 #​1560 by dependabot bot

  • Bump commons-codec:commons-codec from 1.16.0 to 1.16.1 #​1561 by dependabot bot

  • Bump org.mvel:mvel2 from 2.5.0.Final to 2.5.2.Final #​1562 by dependabot bot

  • Bump com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.15.3 to 2.16.1 #​1453 by dependabot bot

  • Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 dependencies java #​1309 by dependabot bot

  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 #​1547 by dependabot bot

  • Bump org.assertj:assertj-core from 3.24.2 to 3.25.3 #​1548 by dependabot bot

  • Bump ch.qos.logback:logback-classic from 1.4.11 to 1.5.1 #​1543 by dependabot bot

  • Revert * Bump actions/delete-package-versions from 3 to 5 #​1546 by StevenMassaro

  • Bump org.postgresql:postgresql from 42.6.0 to 42.7.2 #​1530 by dependabot bot

  • Bump org.postgresql:postgresql from 42.6.0 to 42.6.1 in /pro dependencies java #​1541 by dependabot bot

  • Bump org.postgresql:postgresql from 42.6.0 to 42.7.2 in /liquibase-pro-extension-testing dependencies java #​1527 by dependabot bot

[OSS] Changelog

💥 Breaking Changes

🚀 New Features

Changes

🐛 Bug Fixes 🛠

🤖 Security, Driver and Other Updates

41 changes
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
    • liquibase-core-x.y.z.jar – Base Liquibase library (open source)
    • liquibase-commerical-x.y.z.jar – Additional commercial functionality
  • liquibase-additional-x.y.z.zip – Contains additional, less commonly used files
    • Additional libraries such as liquibase-maven-plugin.jar and liquibase-cdi.jar
    • Javadocs for all the libraries
    • Source archives for all the open source libraries
    • ASC/MD5/SHA1 verification hashes for all files

v4.26.0

Compare Source

[!IMPORTANT]
Liquibase 4.26.0 contains several Notable Changes for Liquibase Pro users: Advanced IF conditionals, Simpler Regex-based pattern checks, and Checks Run Reports.

[!NOTE]
See the Liquibase 4.26.0 Release Notes for the complete set of release information.

v4.25.1

Compare Source

v4.25.0

Compare Source

v4.24.0

Compare Source

v4.23.2

Compare Source

v4.23.1

Compare Source

v4.23.0

Compare Source

v4.22.0

Compare Source

v4.21.1

Compare Source

v4.21.0

Compare Source

v4.20.0

Compare Source

Liquibase v4.20.0 is a patch release

API Breaking Changes

Enhancements

Security, Driver and other updates

Fixes

New Contributors

Full Changelog: liquibase/liquibase@v4.19.1...v4.20.0

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
    • liquibase-core-x.y.z.jar – Base Liquibase library (open source)
    • liquibase-commerical-x.y.z.jar – Additional commercial functionality
  • liquibase-additional-x.y.z.zip – Contains additional, less commonly used files
    • Additional libraries such as liquibase-maven-plugin.jar and liquibase-cdi.jar
    • Javadocs for all the libraries
    • Source archives for all the open source libraries
    • ASC/MD5/SHA1 verification hashes for all files

v4.19.1

Compare Source

Liquibase v4.19.1 is a patch release

Enhancements


Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Contributor Author

renovate bot commented Sep 29, 2020

Branch automerge failure

This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/maven-liquibase-plugin.version branch 5 times, most recently from 26044f9 to 9e81930 Compare October 3, 2020 18:24
@renovate renovate bot force-pushed the renovate/maven-liquibase-plugin.version branch from 9e81930 to 59875f5 Compare October 12, 2020 19:53
@renovate renovate bot changed the title Update dependency org.liquibase:liquibase-maven-plugin to v4.1.0 Update dependency org.liquibase:liquibase-maven-plugin to v4.1.1 Oct 12, 2020
@renovate renovate bot force-pushed the renovate/maven-liquibase-plugin.version branch from 59875f5 to 2db406c Compare November 13, 2020 19:55
@renovate renovate bot changed the title Update dependency org.liquibase:liquibase-maven-plugin to v4.1.1 Update dependency org.liquibase:liquibase-maven-plugin to v4.2.0 Nov 13, 2020
@renovate renovate bot force-pushed the renovate/maven-liquibase-plugin.version branch from 2db406c to d557268 Compare December 11, 2020 08:56
@renovate renovate bot changed the title Update dependency org.liquibase:liquibase-maven-plugin to v4.2.0 Update dependency org.liquibase:liquibase-maven-plugin to v4.2.2 Dec 11, 2020
@renovate renovate bot force-pushed the renovate/maven-liquibase-plugin.version branch from d557268 to 44a286b Compare February 10, 2021 16:58
@renovate renovate bot changed the title Update dependency org.liquibase:liquibase-maven-plugin to v4.2.2 Update dependency org.liquibase:liquibase-maven-plugin to v4.3.0 Feb 10, 2021
@renovate renovate bot force-pushed the renovate/maven-liquibase-plugin.version branch from 44a286b to f0c3cdf Compare April 26, 2021 13:44
@renovate renovate bot changed the title Update dependency org.liquibase:liquibase-maven-plugin to v4.3.0 Update dependency org.liquibase:liquibase-maven-plugin to v4.3.4 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/maven-liquibase-plugin.version branch from f0c3cdf to 4c978a4 Compare May 9, 2021 21:57
@renovate renovate bot changed the title Update dependency org.liquibase:liquibase-maven-plugin to v4.3.4 Update dependency org.liquibase:liquibase-maven-plugin to v4.3.5 May 9, 2021
@renovate renovate bot force-pushed the renovate/maven-liquibase-plugin.version branch from 4c978a4 to 7a341ba Compare June 14, 2021 22:09
@renovate renovate bot changed the title Update dependency org.liquibase:liquibase-maven-plugin to v4.3.5 Update dependency org.liquibase:liquibase-maven-plugin to v4.4.0 Jun 14, 2021
@renovate renovate bot force-pushed the renovate/maven-liquibase-plugin.version branch from 7a341ba to dec90db Compare October 19, 2021 01:42
@renovate renovate bot changed the title Update dependency org.liquibase:liquibase-maven-plugin to v4.4.0 Update dependency org.liquibase:liquibase-maven-plugin to v4.5.0 Oct 19, 2021
@renovate renovate bot force-pushed the renovate/maven-liquibase-plugin.version branch from dec90db to d38f812 Compare March 7, 2022 11:42
@viezly
Copy link

viezly bot commented Mar 7, 2022

Pull request by bot. No need to analyze

@renovate renovate bot changed the title Update dependency org.liquibase:liquibase-maven-plugin to v4.5.0 Update dependency org.liquibase:liquibase-maven-plugin to v4.8.0 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/maven-liquibase-plugin.version branch from d38f812 to 603e3e3 Compare March 26, 2022 12:19
@renovate renovate bot changed the title Update dependency org.liquibase:liquibase-maven-plugin to v4.8.0 Update dependency org.liquibase:liquibase-maven-plugin to v4.9.0 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/maven-liquibase-plugin.version branch from 603e3e3 to 9dc44e4 Compare April 24, 2022 21:32
@renovate renovate bot changed the title Update dependency org.liquibase:liquibase-maven-plugin to v4.9.0 Update dependency org.liquibase:liquibase-maven-plugin to v4.9.1 Apr 24, 2022
@renovate renovate bot force-pushed the renovate/maven-liquibase-plugin.version branch from efca777 to edadec4 Compare January 17, 2023 17:51
@renovate renovate bot changed the title Update dependency org.liquibase:liquibase-maven-plugin to v4.18.0 Update dependency org.liquibase:liquibase-maven-plugin to v4.19.0 Jan 17, 2023
@renovate renovate bot force-pushed the renovate/maven-liquibase-plugin.version branch from edadec4 to 1a08a70 Compare March 2, 2023 01:52
@renovate renovate bot changed the title Update dependency org.liquibase:liquibase-maven-plugin to v4.19.0 Update dependency org.liquibase:liquibase-maven-plugin to v4.19.1 Mar 2, 2023
@renovate renovate bot force-pushed the renovate/maven-liquibase-plugin.version branch from 1a08a70 to 36ec074 Compare March 16, 2023 01:40
@renovate renovate bot changed the title Update dependency org.liquibase:liquibase-maven-plugin to v4.19.1 Update dependency org.liquibase:liquibase-maven-plugin to v4.20.0 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/maven-liquibase-plugin.version branch from 36ec074 to df6ffb5 Compare April 14, 2023 01:25
@renovate renovate bot changed the title Update dependency org.liquibase:liquibase-maven-plugin to v4.20.0 Update dependency org.liquibase:liquibase-maven-plugin to v4.21.0 Apr 14, 2023
@renovate renovate bot force-pushed the renovate/maven-liquibase-plugin.version branch from df6ffb5 to c9d95c6 Compare April 17, 2023 11:08
@renovate renovate bot changed the title Update dependency org.liquibase:liquibase-maven-plugin to v4.21.0 Update dependency org.liquibase:liquibase-maven-plugin to v4.21.1 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/maven-liquibase-plugin.version branch from c9d95c6 to 7eba3fc Compare May 23, 2023 01:29
@renovate renovate bot changed the title Update dependency org.liquibase:liquibase-maven-plugin to v4.21.1 Update dependency org.liquibase:liquibase-maven-plugin to v4.22.0 May 23, 2023
@renovate renovate bot force-pushed the renovate/maven-liquibase-plugin.version branch from 7eba3fc to 9944352 Compare June 26, 2023 16:17
@renovate renovate bot changed the title Update dependency org.liquibase:liquibase-maven-plugin to v4.22.0 Update dependency org.liquibase:liquibase-maven-plugin to v4.23.0 Jun 26, 2023
@renovate renovate bot force-pushed the renovate/maven-liquibase-plugin.version branch from 9944352 to 9c0a609 Compare August 10, 2023 19:54
@renovate renovate bot changed the title Update dependency org.liquibase:liquibase-maven-plugin to v4.23.0 Update dependency org.liquibase:liquibase-maven-plugin to v4.23.1 Aug 10, 2023
@renovate renovate bot force-pushed the renovate/maven-liquibase-plugin.version branch from 9c0a609 to d6e7180 Compare September 12, 2023 01:08
@renovate renovate bot changed the title Update dependency org.liquibase:liquibase-maven-plugin to v4.23.1 Update dependency org.liquibase:liquibase-maven-plugin to v4.23.2 Sep 12, 2023
@renovate renovate bot force-pushed the renovate/maven-liquibase-plugin.version branch from d6e7180 to b2c75eb Compare October 3, 2023 15:08
@renovate renovate bot changed the title Update dependency org.liquibase:liquibase-maven-plugin to v4.23.2 Update dependency org.liquibase:liquibase-maven-plugin to v4.24.0 Oct 3, 2023
@renovate renovate bot force-pushed the renovate/maven-liquibase-plugin.version branch from b2c75eb to 750c5b5 Compare November 15, 2023 01:41
@renovate renovate bot changed the title Update dependency org.liquibase:liquibase-maven-plugin to v4.24.0 Update dependency org.liquibase:liquibase-maven-plugin to v4.25.0 Nov 15, 2023
@renovate renovate bot force-pushed the renovate/maven-liquibase-plugin.version branch from 750c5b5 to 43cb996 Compare December 19, 2023 04:23
@renovate renovate bot changed the title Update dependency org.liquibase:liquibase-maven-plugin to v4.25.0 Update dependency org.liquibase:liquibase-maven-plugin to v4.25.1 Dec 19, 2023
@renovate renovate bot force-pushed the renovate/maven-liquibase-plugin.version branch from 43cb996 to dd14dc4 Compare January 5, 2024 21:29
@renovate renovate bot force-pushed the renovate/maven-liquibase-plugin.version branch from dd14dc4 to ccf86ed Compare February 7, 2024 19:53
@renovate renovate bot changed the title Update dependency org.liquibase:liquibase-maven-plugin to v4.25.1 Update dependency org.liquibase:liquibase-maven-plugin to v4.26.0 Feb 7, 2024
@renovate renovate bot force-pushed the renovate/maven-liquibase-plugin.version branch from ccf86ed to 5efa893 Compare March 28, 2024 01:53
@renovate renovate bot changed the title Update dependency org.liquibase:liquibase-maven-plugin to v4.26.0 Update dependency org.liquibase:liquibase-maven-plugin to v4.27.0 Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants