Skip to content

Commit

Permalink
Bump liquibase.version from 4.20.0 to 4.21.0
Browse files Browse the repository at this point in the history
Bumps `liquibase.version` from 4.20.0 to 4.21.0.

Updates `liquibase-core` from 4.20.0 to 4.21.0
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt)
- [Commits](liquibase/liquibase@v4.20.0...v4.21.0)

Updates `liquibase-mongodb` from 4.20.0 to 4.21.0
- [Release notes](https://github.com/liquibase/liquibase-mongodb/releases)
- [Changelog](https://github.com/liquibase/liquibase-mongodb/blob/main/RELEASE.md)
- [Commits](liquibase/liquibase-mongodb@liquibase-mongodb-4.20.0...liquibase-mongodb-4.21.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Sanne committed Apr 27, 2023
1 parent 5104c58 commit d05e504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
<jboss-logmanager.version>1.1.1</jboss-logmanager.version>
<flyway.version>9.16.3</flyway.version>
<yasson.version>3.0.3</yasson.version>
<liquibase.version>4.20.0</liquibase.version>
<liquibase.version>4.21.0</liquibase.version>

This comment has been minimized.

Copy link
@jdussouillez

jdussouillez Jun 13, 2023

@Sanne Be careful, version v4.21.0 and v4.21.1 contains some bugs, some of them prevent the changesets to be applied which is a critical bug. See https://github.com/liquibase/liquibase/issues?q=is%3Aissue+4.21+is%3Aopen

They fixed it in v4.22.0 but it was worse so they removed the v4.22.0 version.
The recommended solution for some of the bugs are to downgrade to v4.20.0. See liquibase/liquibase#4156 (comment)

See #34012

<snakeyaml.version>2.0</snakeyaml.version>
<osgi.version>6.0.0</osgi.version>
<mongo-client.version>4.9.1</mongo-client.version>
Expand Down

0 comments on commit d05e504

Please sign in to comment.