)]}'
{
  "commit": "af047ff8cf944cbc615e21f105781e48c2bb2a18",
  "tree": "bcc70c01b9dcd2894777ca67b7c10af77321f253",
  "parents": [
    "d5f414c2ef641ed2e6720cc5af243532c22d5264",
    "52b3ec1a6a8419b869906f708f97865747783a2d"
  ],
  "author": {
    "name": "Matthias Benkard",
    "email": "code@mulk.eu",
    "time": "Fri Dec 29 17:57:12 2023 +0000"
  },
  "committer": {
    "name": "Matthias Benkard",
    "email": "code@mulk.eu",
    "time": "Fri Dec 29 17:57:12 2023 +0000"
  },
  "message": "chore(deps): update all non-major dependencies (mulk/mulkcms2!49)\n\nThis MR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [flow-bin](https://github.com/flowtype/flow-bin) ([changelog](https://github.com/facebook/flow/blob/master/Changelog.md)) | devDependencies | minor | [`^0.224.0` -\u003e `^0.225.0`](https://renovatebot.com/diffs/npm/flow-bin/0.224.0/0.225.1) |\n| [org.liquibase.ext:liquibase-hibernate5](https://github.com/liquibase/liquibase-hibernate/wiki) ([source](https://github.com/liquibase/liquibase-hibernate)) | build | patch | `4.25.0` -\u003e `4.25.1` |\n| [org.liquibase:liquibase-maven-plugin](http://www.liquibase.org/liquibase-maven-plugin) ([source](https://github.com/liquibase/liquibase)) | build | patch | `4.25.0` -\u003e `4.25.1` |\n| [org.jsoup:jsoup](https://jsoup.org/) ([source](https://github.com/jhy/jsoup)) | compile | patch | `1.17.1` -\u003e `1.17.2` |\n| [io.hypersistence:hypersistence-utils-hibernate-62](https://github.com/vladmihalcea/hypersistence-utils) | compile | minor | `3.6.1` -\u003e `3.7.0` |\n| [io.quarkus:quarkus-maven-plugin](https://github.com/quarkusio/quarkus) | build | patch | `3.6.3` -\u003e `3.6.4` |\n| [io.quarkus:quarkus-universe-bom](https://github.com/quarkusio/quarkus-platform) | import | patch | `3.6.3` -\u003e `3.6.4` |\n| [org.apache.maven.plugins:maven-compiler-plugin](https://maven.apache.org/plugins/) | build | minor | `3.11.0` -\u003e `3.12.1` |\n\n---\n\n### Release Notes\n\n\u003cdetails\u003e\n\u003csummary\u003eflowtype/flow-bin\u003c/summary\u003e\n\n### [`v0.225.1`](https://github.com/flowtype/flow-bin/compare/62a43fbb44f69bde481588375e77dc39825e3bf8...23ec6163cf6921d4ef74da53e1aaf4a35f798384)\n\n[Compare Source](https://github.com/flowtype/flow-bin/compare/62a43fbb44f69bde481588375e77dc39825e3bf8...23ec6163cf6921d4ef74da53e1aaf4a35f798384)\n\n### [`v0.225.0`](https://github.com/flowtype/flow-bin/compare/e6104a1b4f45dcc4ada4dab57f2dea0a89caec86...62a43fbb44f69bde481588375e77dc39825e3bf8)\n\n[Compare Source](https://github.com/flowtype/flow-bin/compare/e6104a1b4f45dcc4ada4dab57f2dea0a89caec86...62a43fbb44f69bde481588375e77dc39825e3bf8)\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eliquibase/liquibase\u003c/summary\u003e\n\n### [`v4.25.1`](https://github.com/liquibase/liquibase/blob/HEAD/changelog.txt#Liquibase-4251-is-a-patch-release)\n\n[Compare Source](https://github.com/liquibase/liquibase/compare/v4.25.0...v4.25.1)\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003ejhy/jsoup\u003c/summary\u003e\n\n### [`v1.17.2`](https://github.com/jhy/jsoup/blob/HEAD/CHANGES.md#\u0026#8203;1172-2023-Dec-29)\n\n##### Improvements\n\n-   **Attribute object accessors**: Added `Element.attribute(String)` and `Attributes.attribute(String)` to more simply\n    obtain an `Attribute` object. [2069](https://github.com/jhy/jsoup/issues/2069)\n-   **Attribute source tracking**: If source tracking is on, and an Attribute\u0027s key is changed (\n    via `Attribute.setKey(String)`), the source range is now still tracked\n    in `Attribute.sourceRange()`. [2070](https://github.com/jhy/jsoup/issues/2070)\n-   **Wildcard attribute selector**: Added support for the `[*]` element with any attribute selector. And also restored\n    support for selecting by an empty attribute name prefix (`[^]`). [2079](https://github.com/jhy/jsoup/issues/2079)\n\n##### Bug Fixes\n\n-   **Mixed-cased source position**: When tracking the source position of attributes, if the source attribute name was\n    mix-cased but the parser was lower-case normalizing attribute names, the source position for that attribute was not\n    tracked correctly. [2067](https://github.com/jhy/jsoup/issues/2067)\n-   **Source position NPE**: When tracking the source position of a body fragment parse, a null pointer\n    exception was thrown. [2068](https://github.com/jhy/jsoup/issues/2068)\n-   **Multi-point emoji entity**: A multi-point encoded emoji entity may be incorrectly decoded to the replacement\n    character. [2074](https://github.com/jhy/jsoup/issues/2074)\n-   **Selector sub-expressions**: (Regression) in a selector like `parent [attr\u003dva], other`, the `, OR` was binding\n    to `[attr\u003dva]` instead of `parent [attr\u003dva]`, causing incorrect selections. The fix includes a EvaluatorDebug class\n    that generates a sexpr to represent the query, allowing simpler and more thorough query parse\n    tests. [2073](https://github.com/jhy/jsoup/issues/2073)\n-   **XML CData output**: When generating XML-syntax output from parsed HTML, script nodes containing (pseudo) CData\n    sections would have an extraneous CData section added, causing script execution errors. Now, the data content is\n    emitted in a HTML/XML/XHTML polyglot format, if the data is not already within a CData\n    section. [2078](https://github.com/jhy/jsoup/issues/2078)\n-   **Thread safety**: The `:has` evaluator held a non-thread-safe Iterator, and so if an Evaluator object was\n    shared across multiple concurrent threads, a NoSuchElement exception may be thrown, and the selected results may be\n    incorrect. Now, the iterator object is a thread-local. [2088](https://github.com/jhy/jsoup/issues/2088)\n\n***\n\nOlder changes for versions 0.1.1 (2010-Jan-31) through 1.17.1 (2023-Nov-27) may be found in\n[change-archive.txt](./change-archive.txt).\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003evladmihalcea/hypersistence-utils\u003c/summary\u003e\n\n### [`v3.7.0`](https://github.com/vladmihalcea/hypersistence-utils/blob/HEAD/changelog.txt#Version-370---December-18-2023)\n\n\\\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n\nOracle Interval Type does not support negative intervals [#\u0026#8203;682](https://github.com/vladmihalcea/hypersistence-utils/issues/682)\n\nReturn original object if target and original are the same when merging [#\u0026#8203;677](https://github.com/vladmihalcea/hypersistence-utils/issues/677)\n\nAdd a hypersistence-utils-hibernate-63 module for Hibernate 6.3 [#\u0026#8203;657](https://github.com/vladmihalcea/hypersistence-utils/issues/657)\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003equarkusio/quarkus\u003c/summary\u003e\n\n### [`v3.6.4`](https://github.com/quarkusio/quarkus/releases/tag/3.6.4)\n\n[Compare Source](https://github.com/quarkusio/quarkus/compare/3.6.3...3.6.4)\n\n##### Complete changelog\n\n-   [#\u0026#8203;37808](https://github.com/quarkusio/quarkus/pull/37808) - CLI - Rework how missing commands are detected\n-   [#\u0026#8203;37803](https://github.com/quarkusio/quarkus/pull/37803) - Dev mode: add null checks to TimestampSet.isRestartNeeded()\n-   [#\u0026#8203;37798](https://github.com/quarkusio/quarkus/pull/37798) - Only update ~/.docker/config.json if it exists\n-   [#\u0026#8203;37787](https://github.com/quarkusio/quarkus/pull/37787) - Take priority into account in ConfigurationImpl\n-   [#\u0026#8203;37775](https://github.com/quarkusio/quarkus/pull/37775) - Docs: fix typo in rabbitmq reference documentation\n-   [#\u0026#8203;37770](https://github.com/quarkusio/quarkus/pull/37770) - Add SequencedCollection to BANNED_INTERFACE_TYPES\n-   [#\u0026#8203;37768](https://github.com/quarkusio/quarkus/issues/37768) - Running application build with JDK21 and target Java 17 crash with NoClassDefFoundError: java/util/SequencedCollection\n-   [#\u0026#8203;37731](https://github.com/quarkusio/quarkus/pull/37731) - Query logging is being done in io.quarkus.mongodb.panache.common.runtime.MongoOperations\n-   [#\u0026#8203;37723](https://github.com/quarkusio/quarkus/pull/37723) - Do not use CSRF cookie as the next token value\n-   [#\u0026#8203;37717](https://github.com/quarkusio/quarkus/pull/37717) - Docs: Fix incorrect link reference in Cross-Site Request Forgery Prevention guide\n-   [#\u0026#8203;37714](https://github.com/quarkusio/quarkus/pull/37714) - Remove the driver property in the documentation for Cloud SQL\n-   [#\u0026#8203;37710](https://github.com/quarkusio/quarkus/pull/37710) - Use NoStackTraceException in metrics\n-   [#\u0026#8203;37677](https://github.com/quarkusio/quarkus/pull/37677) - Bump io.quarkus:quarkus-platform-bom-maven-plugin from 0.0.100 to 0.0.101\n-   [#\u0026#8203;37654](https://github.com/quarkusio/quarkus/pull/37654) - Make sure dev mode is properly written in doc\n-   [#\u0026#8203;36848](https://github.com/quarkusio/quarkus/issues/36848) - CSRF Token with HMAC signature gets double signed\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003equarkusio/quarkus-platform\u003c/summary\u003e\n\n### [`v3.6.4`](https://github.com/quarkusio/quarkus-platform/compare/3.6.3...3.6.4)\n\n[Compare Source](https://github.com/quarkusio/quarkus-platform/compare/3.6.3...3.6.4)\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**: Enabled.\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": []
}
