Update all non-major dependencies (mulk/mulkcms2!13)

This MR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [flow-bin](https://github.com/flowtype/flow-bin) ([changelog](https://github.com/facebook/flow/blob/master/Changelog.md)) | devDependencies | minor | [`^0.198.0` -> `^0.199.0`](https://renovatebot.com/diffs/npm/flow-bin/0.198.0/0.199.0) |
| [org.postgresql:postgresql](https://jdbc.postgresql.org) ([source](https://github.com/pgjdbc/pgjdbc)) | build | patch | `42.5.1` -> `42.5.2` |
| [io.quarkus:quarkus-maven-plugin](https://github.com/quarkusio/quarkus) | build | patch | `2.16.0.Final` -> `2.16.1.Final` |
| [io.quarkus:quarkus-universe-bom](https://github.com/quarkusio/quarkus-platform) | import | patch | `2.16.0.Final` -> `2.16.1.Final` |
| [org.apache.maven.plugins:maven-enforcer-plugin](https://maven.apache.org/enforcer/) | build | minor | `3.1.0` -> `3.2.1` |

---

### Release Notes

<details>
<summary>flowtype/flow-bin</summary>

### [`v0.199.0`](https://github.com/flowtype/flow-bin/compare/0568b6e0f4904ff615948d3be0acbc4186899de8...05bb4e3be743f5667c4363c06e720b07a6f4a8b7)

[Compare Source](https://github.com/flowtype/flow-bin/compare/0568b6e0f4904ff615948d3be0acbc4186899de8...05bb4e3be743f5667c4363c06e720b07a6f4a8b7)

### [`v0.198.2`](https://github.com/flowtype/flow-bin/compare/0d01841b51d2df85dc51c2e1df66f401b10c0e0d...0568b6e0f4904ff615948d3be0acbc4186899de8)

[Compare Source](https://github.com/flowtype/flow-bin/compare/0d01841b51d2df85dc51c2e1df66f401b10c0e0d...0568b6e0f4904ff615948d3be0acbc4186899de8)

### [`v0.198.1`](https://github.com/flowtype/flow-bin/compare/2b180bbad62765dd88f088560cc335a090459da4...0d01841b51d2df85dc51c2e1df66f401b10c0e0d)

[Compare Source](https://github.com/flowtype/flow-bin/compare/2b180bbad62765dd88f088560cc335a090459da4...0d01841b51d2df85dc51c2e1df66f401b10c0e0d)

</details>

<details>
<summary>pgjdbc/pgjdbc</summary>

### [`v42.5.2`](https://github.com/pgjdbc/pgjdbc/blob/HEAD/CHANGELOG.md#&#8203;4252-2023-01-31-143046--0500)

##### Changed

docs: specify that timeouts are in seconds and there is a maximum. Housekeeping on some tests fixes [#Issue 2671](https://github.com/pgjdbc/pgjdbc/issues/2671) [MR #&#8203;2686](https://github.com/pgjdbc/pgjdbc/pull/2686)
docs: clarify binaryTransfer and add it to README [MR# 2698](https://github.com/pgjdbc/pgjdbc/pull/2698)
docs: Document the need to encode reserved characters in the connection URL [MR #&#8203;2700](https://github.com/pgjdbc/pgjdbc/pull/2700)
feat: Define binary transfer for custom types dynamically/automatically fixes [Issue #&#8203;2554](https://github.com/pgjdbc/pgjdbc/issues/2554) [MR #&#8203;2556](https://github.com/pgjdbc/pgjdbc/pull/2556)

##### Added

fix: added gssResponseTimeout as part of [MR #&#8203;2687](https://github.com/pgjdbc/pgjdbc/pull/2687) to make sure we don't wait forever on a GSS RESPONSE

##### Fixed

fix: Ensure case of XML tags in Maven snippet is correct [MR #&#8203;2682](https://github.com/pgjdbc/pgjdbc/pull/2682)
fix: Make sure socket is closed if an exception is thrown in createSocket fixes [Issue #&#8203;2684](https://github.com/pgjdbc/pgjdbc/issues/2684) [MR #&#8203;2685](https://github.com/pgjdbc/pgjdbc/pull/2685)
fix: Apply patch from [Issue #&#8203;2683](https://github.com/pgjdbc/pgjdbc/issues/2683) to fix hanging ssl connections [MR #&#8203;2687](https://github.com/pgjdbc/pgjdbc/pull/2687)
fix - binary conversion of (very) long numeric values (longer than 4 \* 2^15 digits) [MR #&#8203;2697](https://github.com/pgjdbc/pgjdbc/pull/2697) fixes [Issue #&#8203;2695](https://github.com/pgjdbc/pgjdbc/issues/2695)
minor: enhance readability connection of startup params [MR #&#8203;2705](https://github.com/pgjdbc/pgjdbc/pull/2785)

</details>

<details>
<summary>quarkusio/quarkus</summary>

### [`v2.16.1.Final`](https://github.com/quarkusio/quarkus/releases/tag/2.16.1.Final)

[Compare Source](https://github.com/quarkusio/quarkus/compare/2.16.0.Final...2.16.1.Final)

##### Complete changelog

-   [#&#8203;30729](https://github.com/quarkusio/quarkus/pull/30729) - Bump mariadb-java-client from 3.1.1 to 3.1.2
-   [#&#8203;30724](https://github.com/quarkusio/quarkus/pull/30724) - Upgrade to Mutiny 1.9.0
-   [#&#8203;30722](https://github.com/quarkusio/quarkus/pull/30722) - Set SameSite Strict only on OIDC session cookie
-   [#&#8203;30720](https://github.com/quarkusio/quarkus/pull/30720) - Bump picocli.version from 4.7.0 to 4.7.1
-   [#&#8203;30719](https://github.com/quarkusio/quarkus/pull/30719) - Bump jackson-bom from 2.14.1 to 2.14.2
-   [#&#8203;30715](https://github.com/quarkusio/quarkus/pull/30715) - PanacheRepositoryResource should implement ReactiveRestDataResource
-   [#&#8203;30713](https://github.com/quarkusio/quarkus/pull/30713) - Use MapProperty instead of Map
-   [#&#8203;30694](https://github.com/quarkusio/quarkus/pull/30694) - Use newer API for creating tmp files in RESTEasy Reactive
-   [#&#8203;30692](https://github.com/quarkusio/quarkus/pull/30692) - Bump htmlunit version to 2.70.0
-   [#&#8203;30686](https://github.com/quarkusio/quarkus/pull/30686) - Don't fail send when a sse sink has been closed
-   [#&#8203;30681](https://github.com/quarkusio/quarkus/issues/30681) - RESTEasy Reactive: SSE broadcaster fails if a sink has been closed
-   [#&#8203;30680](https://github.com/quarkusio/quarkus/pull/30680) - Mark methods generatred by ASM transformations as synthetic
-   [#&#8203;30659](https://github.com/quarkusio/quarkus/pull/30659) - Drop unused class GradleLogger
-   [#&#8203;30653](https://github.com/quarkusio/quarkus/pull/30653) - Fix opening in IDE when more than IDE is running
-   [#&#8203;30652](https://github.com/quarkusio/quarkus/pull/30652) - Match prometheus export metrics format
-   [#&#8203;30651](https://github.com/quarkusio/quarkus/pull/30651) - ArC - use reflection fallback for PreDestroy callbacks if needed
-   [#&#8203;30649](https://github.com/quarkusio/quarkus/pull/30649) - Document redirect options in RESTEasy Reactive
-   [#&#8203;30644](https://github.com/quarkusio/quarkus/pull/30644) - Adjust source language absent in documentation code blocks
-   [#&#8203;30636](https://github.com/quarkusio/quarkus/issues/30636) - PreDestroy hooks fail depending on method modifiers
-   [#&#8203;30635](https://github.com/quarkusio/quarkus/pull/30635) - Introduce a `minimum-java-version` in the extension descriptor metadata
-   [#&#8203;30625](https://github.com/quarkusio/quarkus/issues/30625) - OIDC authentication loop if Cookie Policy sameSite=strict
-   [#&#8203;30624](https://github.com/quarkusio/quarkus/pull/30624) - Fix NPE obtaining a project map from Maven session
-   [#&#8203;30622](https://github.com/quarkusio/quarkus/pull/30622) - Update invalid package in guide
-   [#&#8203;30612](https://github.com/quarkusio/quarkus/pull/30612) - Fix import file name in redis-reference.adoc
-   [#&#8203;30609](https://github.com/quarkusio/quarkus/pull/30609) - Qute generated resolvers - getters should take precedence over fields
-   [#&#8203;30593](https://github.com/quarkusio/quarkus/pull/30593) - Qute validation - improve hierarchy indexing to fix assignability issues
-   [#&#8203;30591](https://github.com/quarkusio/quarkus/pull/30591) - Resolve correct version when application version is unset
-   [#&#8203;30589](https://github.com/quarkusio/quarkus/pull/30589) - Bump junit-bom from 5.9.1 to 5.9.2
-   [#&#8203;30585](https://github.com/quarkusio/quarkus/pull/30585) - Bump Microsoft SQL Server JDBC driver to 11.2.3
-   [#&#8203;30584](https://github.com/quarkusio/quarkus/issues/30584) - Update MS SQL JDBC driver to version 11.2.3
-   [#&#8203;30576](https://github.com/quarkusio/quarkus/pull/30576) - Use accept header to choose metrics export format
-   [#&#8203;30574](https://github.com/quarkusio/quarkus/pull/30574) - Handle empty source directory for included builds
-   [#&#8203;30569](https://github.com/quarkusio/quarkus/pull/30569) - Add default implementation for REST Data interfaces
-   [#&#8203;30564](https://github.com/quarkusio/quarkus/pull/30564) - Update security-openid-connect-client.adoc
-   [#&#8203;30559](https://github.com/quarkusio/quarkus/issues/30559) - container-image extension running with kubernetes extension
-   [#&#8203;30557](https://github.com/quarkusio/quarkus/pull/30557) - AWT: JniRuntimeAccess: freetypeScaler.c calls sun.font.FontUtilities
-   [#&#8203;30548](https://github.com/quarkusio/quarkus/pull/30548) - Add a blurb about not supporting validation.xml in Quarkus
-   [#&#8203;30526](https://github.com/quarkusio/quarkus/pull/30526) - RESTEasy classic servlets - add RoutingContext to active request context
-   [#&#8203;30515](https://github.com/quarkusio/quarkus/issues/30515) - Native build fails with hibernate-orm-rest-data-panache + elytron-security-properties-file
-   [#&#8203;30513](https://github.com/quarkusio/quarkus/pull/30513) - Limit application.properties lookup to main source set
-   [#&#8203;30510](https://github.com/quarkusio/quarkus/pull/30510) - Simplify logic in create-app.adoc and allow to define stream
-   [#&#8203;30501](https://github.com/quarkusio/quarkus/pull/30501) - Fix HibernateOrmCodestart
-   [#&#8203;30500](https://github.com/quarkusio/quarkus/pull/30500) - Place extension with an unknown category in the uncategorized category
-   [#&#8203;30496](https://github.com/quarkusio/quarkus/pull/30496) - Update documentation
-   [#&#8203;30490](https://github.com/quarkusio/quarkus/pull/30490) - Avoid adding the exception itself as a suppressed exception
-   [#&#8203;30488](https://github.com/quarkusio/quarkus/pull/30488) - Updates to Infinispan 14.0.6.Final
-   [#&#8203;30485](https://github.com/quarkusio/quarkus/pull/30485) - Verify code flow access token first if no UserInfo precondition exists
-   [#&#8203;30479](https://github.com/quarkusio/quarkus/pull/30479) - Define defaultValueDocumentation for builderImage
-   [#&#8203;30474](https://github.com/quarkusio/quarkus/issues/30474) - Docs - default value of `quarkus.native.builder-image` is not shown
-   [#&#8203;30470](https://github.com/quarkusio/quarkus/pull/30470) - Revert --enable-monitoring with no arguments support
-   [#&#8203;30460](https://github.com/quarkusio/quarkus/pull/30460) - Bump kafka3.version from 3.3.1 to 3.3.2
-   [#&#8203;30453](https://github.com/quarkusio/quarkus/issues/30453) - Gradle build failing w/ Quarkus 2.16.0
-   [#&#8203;30430](https://github.com/quarkusio/quarkus/pull/30430) - Bump gizmo from 1.5.0.Final to 1.6.0.Final
-   [#&#8203;30429](https://github.com/quarkusio/quarkus/pull/30429) - Bump Keycloak version to 20.0.3
-   [#&#8203;30426](https://github.com/quarkusio/quarkus/pull/30426) - Fix redundant push when using buildx
-   [#&#8203;30424](https://github.com/quarkusio/quarkus/issues/30424) - Building of container images with buildx causes build failures
-   [#&#8203;30423](https://github.com/quarkusio/quarkus/issues/30423) - 2.15+ - Services dependent on libraries without classes no longer build
-   [#&#8203;30418](https://github.com/quarkusio/quarkus/pull/30418) - Disable -D argument propagation in DevMojo
-   [#&#8203;30415](https://github.com/quarkusio/quarkus/pull/30415) - Arc - Change Types#getTypeClosure so that superclasses and interfaces of producer types no longer throw on finding wildcards
-   [#&#8203;30412](https://github.com/quarkusio/quarkus/issues/30412) - Arc - wildcard detection for producer methods/fields is too aggressive
-   [#&#8203;30410](https://github.com/quarkusio/quarkus/pull/30410) - Introduce support for GraalVM `--enable-monitoring`
-   [#&#8203;30408](https://github.com/quarkusio/quarkus/issues/30408) - Warning: Option 'AllowVMInspection' is deprecated and might be removed from future versions: Please use --enable-monitoring
-   [#&#8203;30405](https://github.com/quarkusio/quarkus/issues/30405) - Quarkus Undertow doesn't work with blocking SecurityIdentityAugmentor
-   [#&#8203;30399](https://github.com/quarkusio/quarkus/pull/30399) - Fix ElasticSearch Dev Services container restart
-   [#&#8203;30384](https://github.com/quarkusio/quarkus/issues/30384) - Elasticsearch Dev Services restarts container on every auto-compile
-   [#&#8203;30368](https://github.com/quarkusio/quarkus/pull/30368) - Allow Environment variables to populate property Maps in build time Config
-   [#&#8203;30354](https://github.com/quarkusio/quarkus/issues/30354) - AWT `io.quarkus.awt.it.ImageGeometryFontsIT` native integration test failing with "GraalVM for Java 20" dev builds
-   [#&#8203;30347](https://github.com/quarkusio/quarkus/pull/30347) - Bump junit-jupiter from 5.9.1 to 5.9.2
-   [#&#8203;30343](https://github.com/quarkusio/quarkus/issues/30343) - Trailing comma is lost from prometheus metrics
-   [#&#8203;30335](https://github.com/quarkusio/quarkus/pull/30335) - Add native compilation section to Hibernate Validator guide
-   [#&#8203;30332](https://github.com/quarkusio/quarkus/issues/30332) - NPE in toString method for Processor Parameters in kafka-streams 3.3.1 version
-   [#&#8203;30275](https://github.com/quarkusio/quarkus/issues/30275) - Inline Log category property doesn't work
-   [#&#8203;30208](https://github.com/quarkusio/quarkus/issues/30208) - OIDC: 401 when access-token needs to be refreshed and user-info-required=true
-   [#&#8203;30179](https://github.com/quarkusio/quarkus/pull/30179) - Add an owasp-check profile
-   [#&#8203;28781](https://github.com/quarkusio/quarkus/issues/28781) - RESTEasy Reactive: document redirects
-   [#&#8203;24027](https://github.com/quarkusio/quarkus/issues/24027) - Hibernate Validator does not use META-INF/validation.xml, it should work or be stated in the documentation.
-   [#&#8203;23002](https://github.com/quarkusio/quarkus/issues/23002) - if more than two running IDE while launching 'x' gives error

</details>

<details>
<summary>quarkusio/quarkus-platform</summary>

### [`v2.16.1.Final`](https://github.com/quarkusio/quarkus-platform/compare/2.16.0.Final...2.16.1.Final)

[Compare Source](https://github.com/quarkusio/quarkus-platform/compare/2.16.0.Final...2.16.1.Final)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

â™» **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

👻 **Immortal**: This MR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjQuMCJ9-->