Skip to content

Commit b2785a8

Browse files
authored
build(deps): update dependency com.google.cloud:native-image-shared-config to v1.13.0 (#2055)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:native-image-shared-config](https://redirect.github.com/googleapis/java-shared-config) | `1.12.3` -> `1.13.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.cloud:native-image-shared-config/1.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.cloud:native-image-shared-config/1.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.cloud:native-image-shared-config/1.12.3/1.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.cloud:native-image-shared-config/1.12.3/1.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-shared-config (com.google.cloud:native-image-shared-config)</summary> ### [`v1.13.0`](https://redirect.github.com/googleapis/java-shared-config/blob/HEAD/CHANGELOG.md#1130-2025-01-07) [Compare Source](https://redirect.github.com/googleapis/java-shared-config/compare/v1.12.3...v1.13.0) ##### Features - Ability to avoid CLIRR dependency resolution ([#&#8203;959](https://redirect.github.com/googleapis/java-shared-config/issues/959)) ([50198dd](https://redirect.github.com/googleapis/java-shared-config/commit/50198dd2f809752f1e483650a134f4439840f7c7)) ##### Dependencies - Declare Maven clean and install plugins versions ([#&#8203;960](https://redirect.github.com/googleapis/java-shared-config/issues/960)) ([22c5fa5](https://redirect.github.com/googleapis/java-shared-config/commit/22c5fa5740d4a077121d33bfeb556949fcb4a7e6)) </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-http-java-client). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent 987126c commit b2785a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ env_vars: {
2929
}
3030

3131
container_properties {
32-
docker_image: "us-docker.pkg.dev/java-graalvm-ci-prod/graalvm-integration-testing/graalvm_a:1.12.3"
32+
docker_image: "us-docker.pkg.dev/java-graalvm-ci-prod/graalvm-integration-testing/graalvm_a:1.13.0"
3333
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ env_vars: {
2929
}
3030

3131
container_properties {
32-
docker_image: "us-docker.pkg.dev/java-graalvm-ci-prod/graalvm-integration-testing/graalvm_b:1.12.3"
32+
docker_image: "us-docker.pkg.dev/java-graalvm-ci-prod/graalvm-integration-testing/graalvm_b:1.13.0"
3333
}

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<parent>
9494
<groupId>com.google.cloud</groupId>
9595
<artifactId>native-image-shared-config</artifactId>
96-
<version>1.12.3</version>
96+
<version>1.13.0</version>
9797
</parent>
9898

9999
<!--

0 commit comments

Comments
 (0)