Skip to content

Commit 76cafea

Browse files
authored
fix(deps): update dependency com.google.cloud:spring-cloud-gcp-dependencies to v3.5.4 (#8372)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:spring-cloud-gcp-dependencies](https://spring.io/projects/spring-cloud-gcp) ([source](https://togithub.com/GoogleCloudPlatform/spring-cloud-gcp)) | `3.5.3` -> `3.5.4` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:spring-cloud-gcp-dependencies/3.5.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:spring-cloud-gcp-dependencies/3.5.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:spring-cloud-gcp-dependencies/3.5.4/compatibility-slim/3.5.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:spring-cloud-gcp-dependencies/3.5.4/confidence-slim/3.5.3)](https://docs.renovatebot.com/merge-confidence/) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>GoogleCloudPlatform/spring-cloud-gcp (com.google.cloud:spring-cloud-gcp-dependencies)</summary> ### [`v3.5.4`](https://togithub.com/GoogleCloudPlatform/spring-cloud-gcp/releases/tag/v3.5.4) [Compare Source](https://togithub.com/GoogleCloudPlatform/spring-cloud-gcp/compare/v3.5.3...v3.5.4) ##### Dependencies - bump error_prone_core from 2.19.1 to 2.20.0 ([#&#8203;1970](https://togithub.com/GoogleCloudPlatform/spring-cloud-gcp/issues/1970)) ([0f3cc54](https://togithub.com/GoogleCloudPlatform/spring-cloud-gcp/commit/0f3cc54b7d1aa87aa9b5bd118a6d47ab031ae330)) - bump libraries-bom from 26.17.0 to 26.18.0 ([#&#8203;1986](https://togithub.com/GoogleCloudPlatform/spring-cloud-gcp/issues/1986)) ([cec1a15](https://togithub.com/GoogleCloudPlatform/spring-cloud-gcp/commit/cec1a15171e3c812abb0829beac9372906d68836)) - bump spring-boot-dependencies from 2.7.12 to 2.7.13 ([#&#8203;1973](https://togithub.com/GoogleCloudPlatform/spring-cloud-gcp/issues/1973)) ([e71ee92](https://togithub.com/GoogleCloudPlatform/spring-cloud-gcp/commit/e71ee92fd5b2a5e04fe7457e374dd7f365c6dc73)) - bump spring-boot-starter-parent from 2.7.12 to 2.7.13 ([#&#8203;1974](https://togithub.com/GoogleCloudPlatform/spring-cloud-gcp/issues/1974)) ([152fe0b](https://togithub.com/GoogleCloudPlatform/spring-cloud-gcp/commit/152fe0b244f436894ed6f7323ee422a88e31fcdb)) - bump spring-shell-starter from 2.1.10 to 2.1.11 ([#&#8203;1984](https://togithub.com/GoogleCloudPlatform/spring-cloud-gcp/issues/1984)) ([0ecd59a](https://togithub.com/GoogleCloudPlatform/spring-cloud-gcp/commit/0ecd59a652476ce08ee1192bca9238b4d43514e2)) </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**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/GoogleCloudPlatform/java-docs-samples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjM1LjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent fdcc547 commit 76cafea

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pubsub/spring/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ description = 'Spring Cloud GCP Pub/Sub Code Sample'
3434
java.sourceCompatibility = JavaVersion.VERSION_1_8
3535

3636
dependencies {
37-
implementation platform('com.google.cloud:spring-cloud-gcp-dependencies:3.5.3')
37+
implementation platform('com.google.cloud:spring-cloud-gcp-dependencies:3.5.4')
3838
implementation platform('org.springframework.boot:spring-boot-dependencies:2.7.13')
3939
implementation 'com.github.spotbugs:spotbugs-annotations:4.7.3'
4040
implementation 'com.google.cloud:spring-cloud-gcp-pubsub-stream-binder'

pubsub/spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>com.google.cloud</groupId>
5858
<artifactId>spring-cloud-gcp-dependencies</artifactId>
59-
<version>3.5.3</version>
59+
<version>3.5.4</version>
6060
<type>pom</type>
6161
<scope>import</scope>
6262
</dependency>

spanner/spring-data/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ limitations under the License.
4444
<dependency>
4545
<groupId>com.google.cloud</groupId>
4646
<artifactId>spring-cloud-gcp-dependencies</artifactId>
47-
<version>3.5.3</version>
47+
<version>3.5.4</version>
4848
<type>pom</type>
4949
<scope>import</scope>
5050
</dependency>

0 commit comments

Comments
 (0)