Bump io.quarkus.platform:quarkus-bom from 2.16.3.Final to 2.16.4.Final (#7974)
Bumps [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform) from 2.16.3.Final to 2.16.4.Final. <details> <summary>Commits</summary> <ul> <li><a href="4d34799461
"><code>4d34799</code></a> [maven-release-plugin] prepare release 2.16.4.Final</li> <li><a href="96101cf3a3
"><code>96101cf</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/quarkusio/quarkus-platform/issues/778">#778</a> from metacosm/2.16</li> <li><a href="50bae2c2ed
"><code>50bae2c</code></a> Update to Quarkus 2.16.4.Final</li> <li><a href="3ddee572e2
"><code>3ddee57</code></a> Update QOSDK to 5.1.1, skipping failing tests for now</li> <li><a href="e241821a11
"><code>e241821</code></a> Update QOSDK to 5.1.0</li> <li><a href="00b4468063
"><code>00b4468</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/quarkusio/quarkus-platform/issues/775">#775</a> from Naros/debezium-2.1.2-upgrade-2.16</li> <li><a href="e4a62d3077
"><code>e4a62d3</code></a> Upgrade to Debezium 2.1.2.Final</li> <li><a href="6a7cd63b3e
"><code>6a7cd63</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/quarkusio/quarkus-platform/issues/774">#774</a> from loicmathieu/gcp-1-4-0</li> <li><a href="05b61d3147
"><code>05b61d3</code></a> Upgrade to Google Cloud Services 1.4</li> <li><a href="03ed71ad15
"><code>03ed71a</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/quarkusio/quarkus-platform/compare/2.16.3.Final...2.16.4.Final">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
5597602ada
commit
9a9a42b837
|
@ -16,7 +16,7 @@ plugins {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation(enforcedPlatform("io.quarkus.platform:quarkus-bom:2.16.3.Final"))
|
||||
implementation(enforcedPlatform("io.quarkus.platform:quarkus-bom:2.16.4.Final"))
|
||||
implementation("io.quarkus:quarkus-resteasy")
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue