)]}'
{
  "commit": "1b22601000a0973e7671dd2a3350a6c7db009a6a",
  "tree": "189d2106f199a8d9eae86b734ad81f9a35bd108f",
  "parents": [
    "04ca550e0b70ffb03c771075dcdda078b09b26be",
    "018d622d3289af4ff1b5aa33d2166a553f969896"
  ],
  "author": {
    "name": "Matthias Benkard",
    "email": "code@mulk.eu",
    "time": "Sat Feb 11 05:22:48 2023 +0000"
  },
  "committer": {
    "name": "Matthias Benkard",
    "email": "code@mulk.eu",
    "time": "Sat Feb 11 05:22:48 2023 +0000"
  },
  "message": "Update all non-major dependencies (mulk/mulkcms2!18)\n\nThis MR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | build | minor | `2.32.0` -\u003e `2.33.0` |\n| [io.quarkus:quarkus-maven-plugin](https://github.com/quarkusio/quarkus) | build | patch | `2.16.1.Final` -\u003e `2.16.2.Final` |\n| [io.quarkus:quarkus-universe-bom](https://github.com/quarkusio/quarkus-platform) | import | patch | `2.16.1.Final` -\u003e `2.16.2.Final` |\n\n---\n\n### Release Notes\n\n\u003cdetails\u003e\n\u003csummary\u003ediffplug/spotless\u003c/summary\u003e\n\n### [`v2.33.0`](https://github.com/diffplug/spotless/blob/HEAD/CHANGES.md#\u0026#8203;2330---2023-01-26)\n\n##### Added\n\n-   `ProcessRunner` has added some convenience methods so it can be used for maven testing. ([#\u0026#8203;1496](https://github.com/diffplug/spotless/pull/1496))\n-   `ProcessRunner` allows to limit captured output to a certain number of bytes. ([#\u0026#8203;1511](https://github.com/diffplug/spotless/pull/1511))\n-   `ProcessRunner` is now capable of handling long-running tasks where waiting for exit is delegated to the caller. ([#\u0026#8203;1511](https://github.com/diffplug/spotless/pull/1511))\n-   Allow to specify node executable for node-based formatters using `nodeExecutable` parameter ([#\u0026#8203;1500](https://github.com/diffplug/spotless/pull/1500))\n\n##### Fixed\n\n-   The default list of type annotations used by `formatAnnotations` has had 8 more annotations from the Checker Framework added [#\u0026#8203;1494](https://github.com/diffplug/spotless/pull/1494)\n\n##### Changes\n\n-   **POTENTIALLY BREAKING** Bump minimum JRE from 8 to 11, next release likely to bump bytecode to Java 11 ([#\u0026#8203;1514](https://github.com/diffplug/spotless/pull/1514) part 1 of [#\u0026#8203;1337](https://github.com/diffplug/spotless/issues/1337))\n-   Rename `YamlJacksonStep` into `JacksonYamlStep` while normalizing Jackson usage ([#\u0026#8203;1492](https://github.com/diffplug/spotless/pull/1492))\n-   Convert `gson` integration to use a compile-only source set ([#\u0026#8203;1510](https://github.com/diffplug/spotless/pull/1510)).\n-   \\*\\* POTENTIALLY BREAKING\\*\\* Removed support for KtLint 0.3x and 0.45.2 ([#\u0026#8203;1475](https://github.com/diffplug/spotless/pull/1475))\n    -   `KtLint` does not maintain a stable API - before this MR, we supported every breaking change in the API since 2019.\n    -   From now on, we will support no more than 2 breaking changes at a time.\n-   NpmFormatterStepStateBase delays `npm install` call until the formatter is first used. This enables better integration\n    with `gradle-node-plugin`. ([#\u0026#8203;1522](https://github.com/diffplug/spotless/pull/1522))\n-   Bump default `ktlint` version to latest `0.48.1` -\u003e `0.48.2` ([#\u0026#8203;1529](https://github.com/diffplug/spotless/pull/1529))\n-   Bump default `scalafmt` version to latest `3.6.1` -\u003e `3.7.1` ([#\u0026#8203;1529](https://github.com/diffplug/spotless/pull/1529))\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003equarkusio/quarkus\u003c/summary\u003e\n\n### [`v2.16.2.Final`](https://github.com/quarkusio/quarkus/releases/tag/2.16.2.Final)\n\n[Compare Source](https://github.com/quarkusio/quarkus/compare/2.16.1.Final...2.16.2.Final)\n\n##### Complete changelog\n\n-   [#\u0026#8203;30976](https://github.com/quarkusio/quarkus/pull/30976) - Metrics - check if index contains class before attempting to use it\n-   [#\u0026#8203;30965](https://github.com/quarkusio/quarkus/issues/30965) - JandexBeanInfoAdapter.getMetricAnnotationsThroughStereotype is not null safe\n-   [#\u0026#8203;30959](https://github.com/quarkusio/quarkus/pull/30959) - Return text from /q/metrics when the Accept header contains html\n-   [#\u0026#8203;30953](https://github.com/quarkusio/quarkus/pull/30953) - Fix OIDC capability string\n-   [#\u0026#8203;30947](https://github.com/quarkusio/quarkus/pull/30947) - Ignore interface/class without default constructs fields in SB config\n-   [#\u0026#8203;30940](https://github.com/quarkusio/quarkus/pull/30940) - Use SchemaType.ARRAY instead of \"ARRAY\" for native support\n-   [#\u0026#8203;30919](https://github.com/quarkusio/quarkus/issues/30919) - Compilation to native fails, when quarkus-smallrye-openapi is included\n-   [#\u0026#8203;30916](https://github.com/quarkusio/quarkus/pull/30916) - Add AppCDS documentation\n-   [#\u0026#8203;30896](https://github.com/quarkusio/quarkus/issues/30896) - Quarkus spring-boot-properties extension unable to handle complex configuration.\n-   [#\u0026#8203;30878](https://github.com/quarkusio/quarkus/pull/30878) - Bump postgresql from 42.5.2 to 42.5.3\n-   [#\u0026#8203;30866](https://github.com/quarkusio/quarkus/pull/30866) - Only run the quickstart compilation for main\n-   [#\u0026#8203;30851](https://github.com/quarkusio/quarkus/pull/30851) - Fixed return type typo in smallrye graphQL guide\n-   [#\u0026#8203;30844](https://github.com/quarkusio/quarkus/pull/30844) - Fixed greeting in getting started guide\n-   [#\u0026#8203;30839](https://github.com/quarkusio/quarkus/pull/30839) - Fix handling of Accept header in graphQL\n-   [#\u0026#8203;30833](https://github.com/quarkusio/quarkus/pull/30833) - Update docs to show BuildProducer use as method parameter instead of field\n-   [#\u0026#8203;30828](https://github.com/quarkusio/quarkus/pull/30828) - Make OIDC session cookie same site lax by default\n-   [#\u0026#8203;30826](https://github.com/quarkusio/quarkus/pull/30826) - Caffeine - Automatically register metrics cache impls if Micrometer is around\n-   [#\u0026#8203;30825](https://github.com/quarkusio/quarkus/pull/30825) - Fix comment about Caffeine optimization\n-   [#\u0026#8203;30823](https://github.com/quarkusio/quarkus/pull/30823) - Change accept header to valid plain text in micrometer documentation\n-   [#\u0026#8203;30821](https://github.com/quarkusio/quarkus/issues/30821) - Packaging type -Dquarkus.package.create-appcds\u003dtrue isn\u0027t documented\n-   [#\u0026#8203;30815](https://github.com/quarkusio/quarkus/pull/30815) - Update SmallRye Config to 2.13.2\n-   [#\u0026#8203;30812](https://github.com/quarkusio/quarkus/pull/30812) - Manage the apache-mime4j dependency\n-   [#\u0026#8203;30806](https://github.com/quarkusio/quarkus/issues/30806) - */* in Accept header is ignored if not listed as the first item\n-   [#\u0026#8203;30805](https://github.com/quarkusio/quarkus/issues/30805) - MailTemplateInstance with attachments\n-   [#\u0026#8203;30803](https://github.com/quarkusio/quarkus/pull/30803) - Support file and byte array attachments in `MailTemplateInstance`\n-   [#\u0026#8203;30797](https://github.com/quarkusio/quarkus/issues/30797) - OIDC login not work\n-   [#\u0026#8203;30783](https://github.com/quarkusio/quarkus/pull/30783) - \u003cartifactId\u003e uses \u0027quarkus.platform.artifact-id\u0027 property\n-   [#\u0026#8203;30778](https://github.com/quarkusio/quarkus/pull/30778) - Avoid creating 3 Liquibase MongoDB instances for startup operations\n-   [#\u0026#8203;30776](https://github.com/quarkusio/quarkus/pull/30776) - Ensure that AwsProxyRequestContext can be used with [@\u0026#8203;Context](https://github.com/Context) in RESTEasy Reactive\n-   [#\u0026#8203;30767](https://github.com/quarkusio/quarkus/pull/30767) - Remove duplicate notification of SseBroadcaster\u0027s onErrorListeners\n-   [#\u0026#8203;30765](https://github.com/quarkusio/quarkus/pull/30765) - Bump postgresql from 42.5.1 to 42.5.2\n-   [#\u0026#8203;30755](https://github.com/quarkusio/quarkus/pull/30755) - Update ForwardedParser to validate the port\n-   [#\u0026#8203;30744](https://github.com/quarkusio/quarkus/issues/30744) - \\[Quarkus Native] ClassNotFoundException: com.github.benmanes.caffeine.cache.SSSW\n-   [#\u0026#8203;30536](https://github.com/quarkusio/quarkus/issues/30536) - munitnyucontextmanager non helpful error reporting\n-   [#\u0026#8203;29753](https://github.com/quarkusio/quarkus/pull/29753) - Introduce ConnectionFactoryWrapperBuildItem\n-   [#\u0026#8203;29605](https://github.com/quarkusio/quarkus/issues/29605) - Update docs to reflect that injection should not\n-   [#\u0026#8203;27774](https://github.com/quarkusio/quarkus/pull/27774) - PLANNER-1709 Avoid deprecated penalize/reward overloads\n-   [#\u0026#8203;23442](https://github.com/quarkusio/quarkus/issues/23442) - problem using quarkus-resteasy-reactive-kotlin-serialization with AwsProxyRequestContext\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003equarkusio/quarkus-platform\u003c/summary\u003e\n\n### [`v2.16.2.Final`](https://github.com/quarkusio/quarkus-platform/compare/2.16.1.Final...2.16.2.Final)\n\n[Compare Source](https://github.com/quarkusio/quarkus-platform/compare/2.16.1.Final...2.16.2.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**: 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": []
}
