Skip to content

Bump liquibase-maven-plugin from 4.1.0 to 4.1.1#2138

Merged
pethers merged 1 commit into
masterfrom
dependabot/maven/org.liquibase-liquibase-maven-plugin-4.1.1
Oct 12, 2020
Merged

Bump liquibase-maven-plugin from 4.1.0 to 4.1.1#2138
pethers merged 1 commit into
masterfrom
dependabot/maven/org.liquibase-liquibase-maven-plugin-4.1.1

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps liquibase-maven-plugin from 4.1.0 to 4.1.1.

Release notes

Sourced from liquibase-maven-plugin's releases.

v4.1.1

Liquibase 4.1.1 is a bugfix release

Changes

This release brings the 3.10.3 fixes into 4.1 as well as introduces a couple 4.1 specific fixes.

Changelog

Sourced from liquibase-maven-plugin's changelog.

Liquibase Core Changelog

Changes in version 4.1.1 (2020.10.09)

  • GH #1276 Rewrote SpringResourceAccessor
  • GH PR#1285 Remove deprecated code in Ant tasks
  • GH PR#1286 Fix usage of AntTaskLogger
  • GH #1097 diffChangeLog overwrites first changeset in formatted sql changelog

Changes in version 3.10.3 (2020.10.09)

  • GH PR#912 - CORE-3379 escaping postgres questionmark operators to prevent unwanted parameter syntax
  • GH PR#936 - SpringLiquibase createResourceOpener() now returns a ResourceAccessor, which allows it to be overridden with any kind of ResourceAccessor
  • GH PR#983 - Fixes for loadData to support Postgres enums with java.sql.Types.OTHER
  • GH PR#1010 - Potential fix for generated columns on postgres
  • GH PR#1258 - Reduced the verbosity of logging by moving SQL logging from info to debug logging
  • GH PR#1239 - Fix xsd, remove surplus space after validateForeignKey
  • GH PR#1296 - Put the banner in an external file for easier editing.
  • GH PR#1327 - Fix varchar(max) extrainfo in 3.10 branch
  • GH PR#1406 - Fixed integration tests for 983
  • GH PR#781 - feat: Maven Liquibase Plugin generateChangeLog mysql sql comment supported
  • GH PR#945 - [CORE-3523] Consistently map Liquibase integer types to Oracle integer types. MERGED THEN UNMERGED
  • GH PR#1140 - fix root paths for spring boot fat jar
  • GH PR#1332 - Update FileSystemResourceAccessor.java
  • GH PR#1372 - Fix for PR 1001 in 3.10.x branch
  • Fixed priority for JDBC Connections
  • GH PR#1140 - Added json and sql to the list
  • GH PR#1418 - Revert "[CORE-3523] Consistently map Liquibase integer types to Oracle integer types" UNMERGE 945
  • GH PR#1422 - Updates for #1081 in 3.10.x
  • GH PR#1431 - Fix merge issue in OracleDatabase
  • GH PR#1443 - Handle MSSQL computed columns in generate changelog LB-366
  • GH PR#1447 - Do not use batched statements for Postgres LoadDataChange LB-744
  • Fixed schema version number for 3.10

Changes in version 4.1.0 (2020.9.28)

  • Added support for hub.liquibase.com to CLI and Maven integrations
  • New registerChangeLog command
  • New syncHub command
  • Added hubApiKey argument
  • Added hubConnectionId argument
  • CLI commands and arguments are now case insensitive
  • Includes changes from 3.10.2

Changes in version 3.10.2 (2020.7.27)

  • Dependency cycle error during generateChangeLog with --diffTypes=tables,columns,data
  • liquibase maven:: unable to run tests on java > 8
  • Add Banner in log out put that directs users to online resources.
Commits
  • aae1f01 Merge pull request #1461 from liquibase/LB-209
  • 66277fe Fixed XSD comments, brought namespace fix in from 3.10.x
  • b6be59a Added 4.1.1 to changelog.txt
  • 93a8e57 Fix usage of AntTaskLogger.
  • 39a2e1e Remove deprecated code in Ant tasks.
  • 1291438 Merge remote-tracking branch 'origin/4.1.x' into LB-209
  • 00beff5 Fixed XSD comments, brought namespace fix in from 3.10.x
  • 0848590 Merge remote-tracking branch 'origin/3.10.x' into 4.1.x
  • 46fc9ce Updating changelog.txt for 3.10.3
  • 66f82cd Merge branch '3.10.x' into 4.1.x
  • 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.

If all status checks pass Dependabot will automatically merge this pull request.


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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [liquibase-maven-plugin](https://github.com/liquibase/liquibase) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt)
- [Commits](liquibase/liquibase@v4.1.0...v4.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@pethers pethers merged commit 1b32cb6 into master Oct 12, 2020
@dependabot-preview dependabot-preview Bot deleted the dependabot/maven/org.liquibase-liquibase-maven-plugin-4.1.1 branch October 12, 2020 21:42
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.

1 participant