Skip to content

Commit a75e549

Browse files
authored
build(deps): update dependency com.google.cloud:google-cloud-shared-config to v1.7.7 (#2654)
[![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:google-cloud-shared-config](https://togithub.com/googleapis/java-shared-config) | `1.7.6` -> `1.7.7` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.cloud:google-cloud-shared-config/1.7.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.cloud:google-cloud-shared-config/1.7.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.cloud:google-cloud-shared-config/1.7.6/1.7.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.cloud:google-cloud-shared-config/1.7.6/1.7.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>googleapis/java-shared-config (com.google.cloud:google-cloud-shared-config)</summary> ### [`v1.7.7`](https://togithub.com/googleapis/java-shared-config/blob/HEAD/CHANGELOG.md#177-2024-04-17) [Compare Source](https://togithub.com/googleapis/java-shared-config/compare/v1.7.6...v1.7.7) ##### Bug Fixes - Graalvm image terraform install ([#&#8203;806](https://togithub.com/googleapis/java-shared-config/issues/806)) ([96589ef](https://togithub.com/googleapis/java-shared-config/commit/96589efd2d4abbda8623c855c92be092293133ce)) ##### Dependencies - Update dependency com.puppycrawl.tools:checkstyle to v10.15.0 ([#&#8203;792](https://togithub.com/googleapis/java-shared-config/issues/792)) ([984f434](https://togithub.com/googleapis/java-shared-config/commit/984f434ddbb9ddbf60d80d14dae6a92d8639596a)) - Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.13.0 ([8136d33](https://togithub.com/googleapis/java-shared-config/commit/8136d33b21a7492bee3673836db035be14240c44)) - Update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.3 ([e485b45](https://togithub.com/googleapis/java-shared-config/commit/e485b45aff22a0528feabfa9348152c20a146560)) - Update dependency org.apache.maven.plugins:maven-jar-plugin to v3.4.0 ([567ba39](https://togithub.com/googleapis/java-shared-config/commit/567ba397399c67fbbad3558358a7d86f30e8b3e7)) - Update dependency org.apache.maven.plugins:maven-source-plugin to v3.3.1 ([8b625c0](https://togithub.com/googleapis/java-shared-config/commit/8b625c0c05f90c0df5fa5f2e11da8e8b8067ce85)) - Update dependency org.jacoco:jacoco-maven-plugin to v0.8.12 ([15870f4](https://togithub.com/googleapis/java-shared-config/commit/15870f491eba6132ae60239eda1ebec5b307b4e6)) </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**: Whenever PR becomes conflicted, 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/googleapis/sdk-platform-java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjMwMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent 0cb7d0e commit a75e549

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

.cloudbuild/graalvm/cloudbuild-test-a.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
timeout: 7200s # 2 hours
1616
substitutions:
1717
_SHARED_DEPENDENCIES_VERSION: '3.28.2-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
18-
_JAVA_SHARED_CONFIG_VERSION: '1.7.6'
18+
_JAVA_SHARED_CONFIG_VERSION: '1.7.7'
1919

2020
steps:
2121
# GraalVM A build

.cloudbuild/graalvm/cloudbuild-test-b.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
timeout: 7200s # 2 hours
1616
substitutions:
1717
_SHARED_DEPENDENCIES_VERSION: '3.28.2-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
18-
_JAVA_SHARED_CONFIG_VERSION: '1.7.6'
18+
_JAVA_SHARED_CONFIG_VERSION: '1.7.7'
1919

2020
steps:
2121
# GraalVM A build

.cloudbuild/graalvm/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
timeout: 7200s # 2 hours
1616
substitutions:
1717
_SHARED_DEPENDENCIES_VERSION: '3.28.2-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
18-
_JAVA_SHARED_CONFIG_VERSION: '1.7.6'
18+
_JAVA_SHARED_CONFIG_VERSION: '1.7.7'
1919
steps:
2020
# GraalVM A build
2121
- name: gcr.io/cloud-builders/docker

gapic-generator-java-pom-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>com.google.cloud</groupId>
1717
<artifactId>google-cloud-shared-config</artifactId>
18-
<version>1.7.6</version>
18+
<version>1.7.7</version>
1919
<relativePath/>
2020
</parent>
2121

gax-java/gax-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.google.cloud</groupId>
1313
<artifactId>google-cloud-shared-config</artifactId>
14-
<version>1.7.6</version>
14+
<version>1.7.7</version>
1515
<relativePath/>
1616
</parent>
1717

java-shared-dependencies/first-party-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>com.google.cloud</groupId>
1717
<artifactId>google-cloud-shared-config</artifactId>
18-
<version>1.7.6</version>
18+
<version>1.7.7</version>
1919
<relativePath />
2020
</parent>
2121

java-shared-dependencies/third-party-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>com.google.cloud</groupId>
1717
<artifactId>google-cloud-shared-config</artifactId>
18-
<version>1.7.6</version>
18+
<version>1.7.7</version>
1919
<relativePath />
2020
</parent>
2121

java-shared-dependencies/upper-bound-check/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<groupId>com.google.cloud</groupId>
1717
<!-- The shared config has RequireUpperBoundDeps enforcer rule -->
1818
<artifactId>google-cloud-shared-config</artifactId>
19-
<version>1.7.6</version>
19+
<version>1.7.7</version>
2020
<relativePath/>
2121
</parent>
2222

sdk-platform-java-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>com.google.cloud</groupId>
1515
<artifactId>google-cloud-shared-config</artifactId>
16-
<version>1.7.6</version>
16+
<version>1.7.7</version>
1717
</parent>
1818

1919
<properties>

showcase/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>com.google.cloud</groupId>
1717
<artifactId>google-cloud-shared-config</artifactId>
18-
<version>1.7.6</version>
18+
<version>1.7.7</version>
1919
<relativePath/>
2020
</parent>
2121

0 commit comments

Comments
 (0)