Skip to content

Commit ea6f154

Browse files
authored
chore(deps): update dependency com.google.cloud:google-cloud-shared-config to v1.12.3 (#1604)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-shared-config](https://redirect.github.com/googleapis/java-shared-config) | `1.12.2` -> `1.12.3` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.cloud:google-cloud-shared-config/1.12.3?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.12.3?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.12.2/1.12.3?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.12.2/1.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-shared-config (com.google.cloud:google-cloud-shared-config)</summary> ### [`v1.12.3`](https://redirect.github.com/googleapis/java-shared-config/blob/HEAD/CHANGELOG.md#1123-2025-01-06) [Compare Source](https://redirect.github.com/googleapis/java-shared-config/compare/v1.12.2...v1.12.3) ##### Dependencies - Update dependency com.google.cloud.artifactregistry:artifactregistry-maven-wagon to v2.2.4 ([#&#8203;945](https://redirect.github.com/googleapis/java-shared-config/issues/945)) ([279bff2](https://redirect.github.com/googleapis/java-shared-config/commit/279bff267c8e1ce899a0c00cee72b3cd44c85f91)) - Update dependency com.puppycrawl.tools:checkstyle to v10.21.1 ([#&#8203;953](https://redirect.github.com/googleapis/java-shared-config/issues/953)) ([10c198d](https://redirect.github.com/googleapis/java-shared-config/commit/10c198dc1c0976a29997569bbd2add64564c0579)) - Update dependency org.junit.vintage:junit-vintage-engine to v5.11.4 ([#&#8203;954](https://redirect.github.com/googleapis/java-shared-config/issues/954)) ([c4e0159](https://redirect.github.com/googleapis/java-shared-config/commit/c4e0159d4bf7cf2d561b8bda9ef335c59966bec8)) </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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/google-auth-library-java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44NS4wIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent 082509c commit ea6f154

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.kokoro/presubmit/graalvm-native-a.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ env_vars: {
4444
}
4545

4646
container_properties {
47-
docker_image: "us-docker.pkg.dev/java-graalvm-ci-prod/graalvm-integration-testing/graalvm_a:1.12.2"
47+
docker_image: "us-docker.pkg.dev/java-graalvm-ci-prod/graalvm-integration-testing/graalvm_a:1.12.3"
4848
}
4949

.kokoro/presubmit/graalvm-native-b.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ env_vars: {
4444
}
4545

4646
container_properties {
47-
docker_image: "us-docker.pkg.dev/java-graalvm-ci-prod/graalvm-integration-testing/graalvm_b:1.12.2"
47+
docker_image: "us-docker.pkg.dev/java-graalvm-ci-prod/graalvm-integration-testing/graalvm_b:1.12.3"
4848
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>com.google.cloud</groupId>
1818
<artifactId>google-cloud-shared-config</artifactId>
19-
<version>1.12.2</version>
19+
<version>1.12.3</version>
2020
</parent>
2121

2222
<distributionManagement>

0 commit comments

Comments
 (0)