)]}'
{
  "commit": "5bb0c82125c9107d84766c55f86d6aed3dd12342",
  "tree": "11ca97a409febf0205b65e612732403539058f08",
  "parents": [
    "da48fb7f4faaf58cec1710344ac323a216491d8a",
    "2d404d7aa3216050bcdfb323a1d894d986eecfaf"
  ],
  "author": {
    "name": "Matthias Benkard",
    "email": "code@mulk.eu",
    "time": "Fri Jan 20 05:02:37 2023 +0000"
  },
  "committer": {
    "name": "Matthias Benkard",
    "email": "code@mulk.eu",
    "time": "Fri Jan 20 05:02:37 2023 +0000"
  },
  "message": "Update all non-major dependencies (mulk/mulkcms2!10)\n\nThis MR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [org.liquibase.ext:liquibase-hibernate5](https://github.com/liquibase/liquibase-hibernate/wiki) ([source](https://github.com/liquibase/liquibase-hibernate)) | build | minor | `4.18.0` -\u003e `4.19.0` |\n| [org.liquibase:liquibase-maven-plugin](http://www.liquibase.org/liquibase-maven-plugin) ([source](https://github.com/liquibase/liquibase)) | build | minor | `4.18.0` -\u003e `4.19.0` |\n| [io.quarkus:quarkus-maven-plugin](https://github.com/quarkusio/quarkus) | build | minor | `2.15.3.Final` -\u003e `2.16.0.Final` |\n\n---\n\n### Release Notes\n\n\u003cdetails\u003e\n\u003csummary\u003eliquibase/liquibase-hibernate\u003c/summary\u003e\n\n### [`v4.19.0`](https://github.com/liquibase/liquibase-hibernate/releases/tag/v4.19.0)\n\n[Compare Source](https://github.com/liquibase/liquibase-hibernate/compare/v4.18.0...v4.19.0)\n\nSupport for Liquibase 4.19.0.\n\n#### What\u0027s Changed\n\n-   Support Hibernate ORM 6.1 with Jakarta EE 10 by [@\u0026#8203;papegaaij](https://github.com/papegaaij) in https://github.com/liquibase/liquibase-hibernate/pull/434\n-   Bump hibernate.version from 6.1.5.Final to 6.1.6.Final by [@\u0026#8203;dependabot](https://github.com/dependabot) in https://github.com/liquibase/liquibase-hibernate/pull/447\n-   Bump spring.version from 6.0.2 to 6.0.3 by [@\u0026#8203;dependabot](https://github.com/dependabot) in https://github.com/liquibase/liquibase-hibernate/pull/448\n\n#### New Contributors\n\n-   [@\u0026#8203;papegaaij](https://github.com/papegaaij) made their first contribution in https://github.com/liquibase/liquibase-hibernate/pull/434\n\n**Full Changelog**: https://github.com/liquibase/liquibase-hibernate/compare/v4.18.0...v4.19.0\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eliquibase/liquibase\u003c/summary\u003e\n\n### [`v4.19.0`](https://github.com/liquibase/liquibase/releases/tag/v4.19.0)\n\n[Compare Source](https://github.com/liquibase/liquibase/compare/v4.18.0...v4.19.0)\n\n##### Liquibase v4.19.0 is a patch release with an XSD upgrade.\n\n#### Enhancements\n\n-   Simplify assert calls and replaced with simpler and equivalent calls. by [@\u0026#8203;arturobernalg](https://github.com/arturobernalg) in https://github.com/liquibase/liquibase/pull/3497\n-   Delete unused import statement.  by [@\u0026#8203;arturobernalg](https://github.com/arturobernalg) in https://github.com/liquibase/liquibase/pull/3522\n-   Added call to modifyChangeSet during execute method to allow the changeSet to be correctly set on the executor DAT-12388 by [@\u0026#8203;wwillard7800](https://github.com/wwillard7800) in https://github.com/liquibase/liquibase/pull/3511\n-   Remove unnecessary local variables that add nothing to the comprehensibility of a method. by [@\u0026#8203;arturobernalg](https://github.com/arturobernalg) in https://github.com/liquibase/liquibase/pull/3373\n-   Allow loading gzipped data files by [@\u0026#8203;mike-seger](https://github.com/mike-seger) in https://github.com/liquibase/liquibase/pull/3379\n-   Use try-with-resources Statement when is possible. by [@\u0026#8203;arturobernalg](https://github.com/arturobernalg) in https://github.com/liquibase/liquibase/pull/3374\n-   Define and reuse constants. Use an empty array styles to convert a collection to an array. by [@\u0026#8203;arturobernalg](https://github.com/arturobernalg) in https://github.com/liquibase/liquibase/pull/3500\n-   Add support for block comment rollback commands on SQL changesets by [@\u0026#8203;krishnaenugandula](https://github.com/krishnaenugandula) in https://github.com/liquibase/liquibase/pull/1399\n-   Allow primary key on addColumn for H2 by [@\u0026#8203;nick318](https://github.com/nick318) in https://github.com/liquibase/liquibase/pull/3372\n-   Additional (optional) tableType attribute on the CreateTableChange by [@\u0026#8203;MartinRied](https://github.com/MartinRied) in https://github.com/liquibase/liquibase/pull/3108\n-   Include \"path\" in databasechangelog\u0027s description column for all change types with \"path\" attributes by [@\u0026#8203;MichaelKern-IVV](https://github.com/MichaelKern-IVV) in https://github.com/liquibase/liquibase/pull/3244\n-   [#\u0026#8203;1466](https://github.com/liquibase/liquibase/issues/1466): Add ignore:true changeset attribute to Formatted SQL changeLogs by [@\u0026#8203;skrivenko](https://github.com/skrivenko) in https://github.com/liquibase/liquibase/pull/3377\n-   [#\u0026#8203;1290](https://github.com/liquibase/liquibase/issues/1290): Forbid empty changeSet id and author by [@\u0026#8203;skrivenko](https://github.com/skrivenko) in https://github.com/liquibase/liquibase/pull/3397\n-   Allow to drop and create a view for a Postgres database if replacing the view would fail by [@\u0026#8203;rozenshteyn](https://github.com/rozenshteyn) in https://github.com/liquibase/liquibase/pull/3399\n-   Rename DatabaseObjectComparator class to be DatabaseObjectCollectionComparator for clarity DAT-10112 by [@\u0026#8203;wwillard7800](https://github.com/wwillard7800) in https://github.com/liquibase/liquibase/pull/3544\n-   Do not lower case the ProvidedValue description if the string is capitalized, i.e. it starts with 2 upper-case characters DAT-12614 by [@\u0026#8203;wwillard7800](https://github.com/wwillard7800) in https://github.com/liquibase/liquibase/pull/3589\n-   Use \u0027Integer.compare\u0027 instead by [@\u0026#8203;arturobernalg](https://github.com/arturobernalg) in https://github.com/liquibase/liquibase/pull/3528\n-   Simplify \u0027Map\u0027 operations. by [@\u0026#8203;arturobernalg](https://github.com/arturobernalg) in https://github.com/liquibase/liquibase/pull/3527\n-   Remove unnecessary semicolon. by [@\u0026#8203;arturobernalg](https://github.com/arturobernalg) in https://github.com/liquibase/liquibase/pull/3571\n-   Missing Override annotations. by [@\u0026#8203;arturobernalg](https://github.com/arturobernalg) in https://github.com/liquibase/liquibase/pull/3558\n-   Prevents redundant loop iterations. Early loop exit in \u0027if\u0027 condition. by [@\u0026#8203;arturobernalg](https://github.com/arturobernalg) in https://github.com/liquibase/liquibase/pull/3547\n-   DAT 6635 - Implement TagCommand by [@\u0026#8203;filipelautert](https://github.com/filipelautert) in https://github.com/liquibase/liquibase/pull/3570\n-   DAT-12576 update release workflow to attach artifact by run_id by [@\u0026#8203;ap-liquibase](https://github.com/ap-liquibase) in https://github.com/liquibase/liquibase/pull/3629\n-   DAT-12365 update install4j script to version 10.x by [@\u0026#8203;jnewton03](https://github.com/jnewton03) in https://github.com/liquibase/liquibase/pull/3641\n-   Upgrades installer JDK version for next release. by [@\u0026#8203;filipelautert](https://github.com/filipelautert) in https://github.com/liquibase/liquibase/pull/3440\n-   remove licenses that were moved to individual extensions (DAT-12784) by [@\u0026#8203;StevenMassaro](https://github.com/StevenMassaro) in https://github.com/liquibase/liquibase/pull/3646\n-   DAT-12597 include commercial sources and javadoc in reversion by [@\u0026#8203;ap-liquibase](https://github.com/ap-liquibase) in https://github.com/liquibase/liquibase/pull/3671\n\n#### Security, Driver, and other updates\n\n-   Bump mariadb-java-client from 3.0.8 to 3.1.0 by [@\u0026#8203;dependabot](https://github.com/dependabot) in https://github.com/liquibase/liquibase/pull/3471\n-   Bump testcontainers-bom from 1.17.5 to 1.17.6 by [@\u0026#8203;dependabot](https://github.com/dependabot) in https://github.com/liquibase/liquibase/pull/3477\n-   Bump snowflake-jdbc from 3.13.22 to 3.13.25 by [@\u0026#8203;dependabot](https://github.com/dependabot) in https://github.com/liquibase/liquibase/pull/3475\n-   Bump slf4j-jdk14 from 2.0.3 to 2.0.4 by [@\u0026#8203;dependabot](https://github.com/dependabot) in https://github.com/liquibase/liquibase/pull/3485\n-   Bump maven-install-plugin from 3.0.1 to 3.1.0 by [@\u0026#8203;dependabot](https://github.com/dependabot) in https://github.com/liquibase/liquibase/pull/3484\n-   Bump castlabs/get-package-version-id-action from 2.0 to 2.1 by [@\u0026#8203;dependabot](https://github.com/dependabot) in https://github.com/liquibase/liquibase/pull/3490\n-   Bump sqlite-jdbc from 3.39.4.0 to 3.40.0.0 by [@\u0026#8203;dependabot](https://github.com/dependabot) in https://github.com/liquibase/liquibase/pull/3510\n-   Bump jaybird from 4.0.6.java8 to 4.0.8.java8 by [@\u0026#8203;dependabot](https://github.com/dependabot) in https://github.com/liquibase/liquibase/pull/3509\n-   Bump mockito-inline from 4.8.1 to 4.10.0 by [@\u0026#8203;dependabot](https://github.com/dependabot) in https://github.com/liquibase/liquibase/pull/3580\n-   Bump targetMavenVersion from 3.8.5 to 3.8.6 by [@\u0026#8203;dependabot](https://github.com/dependabot) in https://github.com/liquibase/liquibase/pull/3593\n-   Bump junit-jupiter-params from 5.8.1 to 5.9.1 by [@\u0026#8203;dependabot](https://github.com/dependabot) in https://github.com/liquibase/liquibase/pull/3592\n-   Bump jaybird from 4.0.6.java8 to 4.0.8.java8 by [@\u0026#8203;dependabot](https://github.com/dependabot) in https://github.com/liquibase/liquibase/pull/3602\n-   Bump slf4j-jdk14 from 2.0.4 to 2.0.6 by [@\u0026#8203;dependabot](https://github.com/dependabot) in https://github.com/liquibase/liquibase/pull/3566\n-   Bump snowflake-jdbc from 3.13.25 to 3.13.26 by [@\u0026#8203;dependabot](https://github.com/dependabot) in https://github.com/liquibase/liquibase/pull/3579\n-   Bump robinraju/release-downloader from 1.6 to 1.7 by [@\u0026#8203;dependabot](https://github.com/dependabot) in https://github.com/liquibase/liquibase/pull/3603\n-   Bump ojdbc8 from 21.7.0.0 to 21.8.0.0 by [@\u0026#8203;dependabot](https://github.com/dependabot) in https://github.com/liquibase/liquibase/pull/3551\n-   Bump up the max number of code points for JSON/YAML parser DAT-12657 by [@\u0026#8203;wwillard7800](https://github.com/wwillard7800) in https://github.com/liquibase/liquibase/pull/3552\n-   Bump actions/cache from 3.0.11 to 3.2.3 by [@\u0026#8203;dependabot](https://github.com/dependabot) in https://github.com/liquibase/liquibase/pull/3654\n-   update changelog version - 4.19 by [@\u0026#8203;suryaaki2](https://github.com/suryaaki2) in https://github.com/liquibase/liquibase/pull/3676\n-   Update changelog xsd 4.19 by [@\u0026#8203;suryaaki2](https://github.com/suryaaki2) in https://github.com/liquibase/liquibase/pull/3678\n-   Bump targetMavenVersion from 3.8.5 to 3.8.7 by [@\u0026#8203;dependabot](https://github.com/dependabot) in https://github.com/liquibase/liquibase/pull/3634\n-   Update release-published.yml by [@\u0026#8203;jnewton03](https://github.com/jnewton03) in https://github.com/liquibase/liquibase/pull/3540\n-   DAT-12783 Adding extension license information by [@\u0026#8203;wwillard7800](https://github.com/wwillard7800) in https://github.com/liquibase/liquibase/pull/3614\n\n#### Fixes\n\n-   fix overwriteOutputFile parameter for GenerateChangelog (DAT-12036) by [@\u0026#8203;StevenMassaro](https://github.com/StevenMassaro) in https://github.com/liquibase/liquibase/pull/3543\n-   Avoid ClassCastException when loading LogService from Scope by [@\u0026#8203;mattbertolini](https://github.com/mattbertolini) in https://github.com/liquibase/liquibase/pull/3518\n-   Adds exclusions for mariadb newly added waffle dependency. by [@\u0026#8203;filipelautert](https://github.com/filipelautert) in https://github.com/liquibase/liquibase/pull/3559\n-   Correctly handle indexes with descending columns in snapshot DAT-11447 by [@\u0026#8203;wwillard7800](https://github.com/wwillard7800) in https://github.com/liquibase/liquibase/pull/3535\n-   Fix getting default schema issue for firebird by [@\u0026#8203;MalloD12](https://github.com/MalloD12) in https://github.com/liquibase/liquibase/pull/3390\n-   Fix generatedSQL logic to allow setting up a function as a default value for MySQL version 8 by [@\u0026#8203;MalloD12](https://github.com/MalloD12) in https://github.com/liquibase/liquibase/pull/3362\n-   DAT-11579: when generating changelogs for MySQL, ignore table column order for PKs by [@\u0026#8203;StevenMassaro](https://github.com/StevenMassaro) in https://github.com/liquibase/liquibase/pull/3486\n-   Included SQL to return unique constraints for Sybase by [@\u0026#8203;crenan](https://github.com/crenan) in https://github.com/liquibase/liquibase/pull/3517\n-   Add varbinary and binary support for DB2 - fixes [#\u0026#8203;3408](https://github.com/liquibase/liquibase/issues/3408)  by [@\u0026#8203;mihaelaDev](https://github.com/mihaelaDev) in https://github.com/liquibase/liquibase/pull/3428\n-   Added support for COMPUTED values inside CSV files for loadData change by [@\u0026#8203;zbynekvavros](https://github.com/zbynekvavros) in https://github.com/liquibase/liquibase/pull/944\n-   Prevent Executors collision due to hash used as a Map\u0027s key part by [@\u0026#8203;Dasiu](https://github.com/Dasiu) in https://github.com/liquibase/liquibase/pull/3533\n-   Breaks out of LockService.init loop after validations are completed by [@\u0026#8203;filipelautert](https://github.com/filipelautert) in https://github.com/liquibase/liquibase/pull/3576\n-   implement SingletonObject to solve [#\u0026#8203;2349](https://github.com/liquibase/liquibase/issues/2349) by [@\u0026#8203;yairogen](https://github.com/yairogen) in https://github.com/liquibase/liquibase/pull/3624\n-   Postgresql - Fallback to default schema name in SequenceSnapshotGenerator when this is null by [@\u0026#8203;djochim](https://github.com/djochim) in https://github.com/liquibase/liquibase/pull/3637\n\n##### OWASP Dependency Check: Reported Vulnerabilities\n\n-   snakeyaml.jar - This is a [\"critical\" vulnerability reported against the snakeyaml library](https://ossindex.sonatype.org/vulnerability/CVE-2022-1471). We are currently on the newest version of snakeyaml and there is no fix for the issue as of yet.\n\n#### New Contributors\n\n-   [@\u0026#8203;mike-seger](https://github.com/mike-seger) made their first contribution in https://github.com/liquibase/liquibase/pull/3379\n-   [@\u0026#8203;crenan](https://github.com/crenan) made their first contribution in https://github.com/liquibase/liquibase/pull/3517\n-   [@\u0026#8203;mihaelaDev](https://github.com/mihaelaDev) made their first contribution in https://github.com/liquibase/liquibase/pull/3428\n-   [@\u0026#8203;krishnaenugandula](https://github.com/krishnaenugandula) made their first contribution in https://github.com/liquibase/liquibase/pull/1399\n-   [@\u0026#8203;skrivenko](https://github.com/skrivenko) made their first contribution in https://github.com/liquibase/liquibase/pull/3397\n-   [@\u0026#8203;zbynekvavros](https://github.com/zbynekvavros) made their first contribution in https://github.com/liquibase/liquibase/pull/944\n-   [@\u0026#8203;Dasiu](https://github.com/Dasiu) made their first contribution in https://github.com/liquibase/liquibase/pull/3533\n-   [@\u0026#8203;yairogen](https://github.com/yairogen) made their first contribution in https://github.com/liquibase/liquibase/pull/3624\n-   [@\u0026#8203;djochim](https://github.com/djochim) made their first contribution in https://github.com/liquibase/liquibase/pull/3637\n\n**Full Changelog**: https://github.com/liquibase/liquibase/compare/v4.18.0...v4.19.0\n\n##### Get Certified\n\nLearn 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/.\n\n##### Read the Documentation\n\nPlease check out and contribute to the continually improving docs, now at https://docs.liquibase.com/.\n\n##### Meet the Community\n\nOur 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:\n\n[Contribute code](https://www.liquibase.org/development/contribute.html)\n[Make doc updates](https://github.com/Datical/liquibase-docs)\n[Help by asking and answering questions](https://forum.liquibase.org/)\n[Set up a chat with the Product team](https://calendly.com/liquibase-outreach/product-feedback)\n\nThanks to everyone who helps make the Liquibase community strong!\n\n#### File Descriptions\n\n-   **Liquibase CLI** -- Includes open source + commercial functionality\n-   **liquibase-x.y.z.tar.gz** -- Archive in tar.gz format\n-   **liquibase-x.y.z.zip** -- Archive in zip format\n-   **liquibase-windows-x64-installer-x.y.z.exe** -- Installer for Windows\n-   **liquibase-macos-installer-x.y.z.dmg** -- Installer for MacOS\n-   **Primary Libraries** - For embedding in other software\n    -   **liquibase-core-x.y.z.jar** – Base Liquibase library (open source)\n    -   **liquibase-commerical-x.y.z.jar** – Additional commercial functionality\n-   **liquibase-additional-x.y.z.zip** – Contains additional, less commonly used files\n    -   Additional libraries such as liquibase-maven-plugin.jar and liquibase-cdi.jar\n    -   Javadocs for all the libraries\n    -   Source archives for all the open source libraries\n    -   ASC/MD5/SHA1 verification hashes for all files\n    **NOTE: liquibase-core-\u003cversion\u003e.jar** contains only the open-source license. If you use Liquibase Pro or other commercial add-ons, you must also **install liquibase-commercial-\u003cversion\u003e.jar**\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003equarkusio/quarkus\u003c/summary\u003e\n\n### [`v2.16.0.Final`](https://github.com/quarkusio/quarkus/compare/2.15.3.Final...2.16.0.Final)\n\n[Compare Source](https://github.com/quarkusio/quarkus/compare/2.15.3.Final...2.16.0.Final)\n\n\u003c/details\u003e\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.\n\n♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.\n\n👻 **Immortal**: This MR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that\u0027s undesired.\n\n---\n\n - [ ] \u003c!-- rebase-check --\u003eIf you want to rebase/retry this MR, check this box\n\n---\n\nThis MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).\n\u003c!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjQuMCJ9--\u003e",
  "tree_diff": []
}
