Skip to content

Commit b6cb869

Browse files
authored
fix(deps): update dependency com.google.cloud:spring-cloud-gcp-dependencies to v3.4.2 (#7617)
[![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://projects.spring.io/spring-cloud/) ([source](https://togithub.com/spring-cloud/spring-cloud-build)) | `3.2.1` -> `3.4.2` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:spring-cloud-gcp-dependencies/3.4.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:spring-cloud-gcp-dependencies/3.4.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:spring-cloud-gcp-dependencies/3.4.2/compatibility-slim/3.2.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:spring-cloud-gcp-dependencies/3.4.2/confidence-slim/3.2.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### 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 this update 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://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/java-docs-samples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC45Ny42IiwidXBkYXRlZEluVmVyIjoiMzQuOTcuNiJ9-->
1 parent 52916b8 commit b6cb869

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pubsub/spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>com.google.cloud</groupId>
5757
<artifactId>spring-cloud-gcp-dependencies</artifactId>
58-
<version>3.2.1</version>
58+
<version>3.4.2</version>
5959
<type>pom</type>
6060
<scope>import</scope>
6161
</dependency>

run/idp-sql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ limitations under the License.
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>spring-cloud-gcp-dependencies</artifactId>
48-
<version>3.2.1</version>
48+
<version>3.4.2</version>
4949
<type>pom</type>
5050
<scope>import</scope>
5151
</dependency>

run/image-processing/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.2.1</version>
47+
<version>3.4.2</version>
4848
<type>pom</type>
4949
<scope>import</scope>
5050
</dependency>

spanner/spring-data/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ limitations under the License.
4141
<dependency>
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>spring-cloud-gcp-dependencies</artifactId>
44-
<version>3.2.1</version>
44+
<version>3.4.2</version>
4545
<type>pom</type>
4646
<scope>import</scope>
4747
</dependency>

0 commit comments

Comments
 (0)