From 255f704454bc4af9ab8bee0a487c611f3fa9ff4a Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 15 Dec 2022 08:24:59 -0800
Subject: [PATCH] Bump quarkus-bom from 2.14.3.Final to 2.15.0.Final (#7422)
Bumps [quarkus-bom](https://github.com/quarkusio/quarkus-platform) from
2.14.3.Final to 2.15.0.Final.
Commits
1ea6466
[maven-release-plugin] prepare release 2.15.0.Final
f2d4ae7
Merge pull request #724
from loicmathieu/google-cloud-services-1-3-0
2185364
Google Cloud Services 1.3.0
29763e1
Merge pull request #725
from adutra/cassandra-1.1.3
7e43c52
Merge pull request #726
from zbendhiba/cq-2.15.0
3404f21
Upgrade to Camel Quarkus 2.15.0
84a8506
Update Cassandra client to 1.1.3
8f4b691
Merge pull request #723
from kie-ci/bump-drools-8.31.1-kogito-1.31.1-optaplan...
3634a90
Bump up optaplanner to 8.31.1.Final
3ba8532
Merge pull request #722
from gemmellr/quarkus-qpid-jms-0.40.0
- Additional commits viewable in compare
view
[](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)
---
Dependabot commands and options
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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
smoke-tests/images/quarkus/build.gradle.kts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/smoke-tests/images/quarkus/build.gradle.kts b/smoke-tests/images/quarkus/build.gradle.kts
index ae69cacab5..3dc4bd6476 100644
--- a/smoke-tests/images/quarkus/build.gradle.kts
+++ b/smoke-tests/images/quarkus/build.gradle.kts
@@ -16,7 +16,7 @@ plugins {
}
dependencies {
- implementation(enforcedPlatform("io.quarkus.platform:quarkus-bom:2.14.3.Final"))
+ implementation(enforcedPlatform("io.quarkus.platform:quarkus-bom:2.15.0.Final"))
implementation("io.quarkus:quarkus-resteasy")
}