Skip to content

Commit 9a9a42b

Browse files
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="https://github.com/quarkusio/quarkus-platform/commit/4d34799461ead09141a98c10c68f7fd908ed2f3f"><code>4d34799</code></a> [maven-release-plugin] prepare release 2.16.4.Final</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/96101cf3a34ac97d3dfcdb17451e6ce50b8c7cee"><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="https://github.com/quarkusio/quarkus-platform/commit/50bae2c2edcd47ae6acc586a2ddde09d14001c97"><code>50bae2c</code></a> Update to Quarkus 2.16.4.Final</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/3ddee572e2ebd3ccbf255ee844fba2bc2c599782"><code>3ddee57</code></a> Update QOSDK to 5.1.1, skipping failing tests for now</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/e241821a115fed8dff3417b48e3f3cd680f17f22"><code>e241821</code></a> Update QOSDK to 5.1.0</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/00b44680636dd8bdfdaf88890e8160df747a3a26"><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="https://github.com/quarkusio/quarkus-platform/commit/e4a62d30772ee886f53744886c9ea3adbeeab811"><code>e4a62d3</code></a> Upgrade to Debezium 2.1.2.Final</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/6a7cd63b3e34d92028fe86ab8887d966afe28369"><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="https://github.com/quarkusio/quarkus-platform/commit/05b61d31471ae73580abab8fd6032f6f3133a833"><code>05b61d3</code></a> Upgrade to Google Cloud Services 1.4</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/03ed71ad15a3d1d5ef2487559a84e85e1ece79b7"><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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.quarkus.platform:quarkus-bom&package-manager=gradle&previous-version=2.16.3.Final&new-version=2.16.4.Final)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5597602 commit 9a9a42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smoke-tests/images/quarkus/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616
}
1717

1818
dependencies {
19-
implementation(enforcedPlatform("io.quarkus.platform:quarkus-bom:2.16.3.Final"))
19+
implementation(enforcedPlatform("io.quarkus.platform:quarkus-bom:2.16.4.Final"))
2020
implementation("io.quarkus:quarkus-resteasy")
2121
}
2222

0 commit comments

Comments
 (0)