Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit fbda1ca

Browse files
authored
chore(deps): update dependency com.google.cloud:google-cloud-profiler to v1 (#52)
[![WhiteSource 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-profiler](https://togithub.com/googleapis/java-profiler) | `0.1.3` -> `1.0.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-profiler/1.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-profiler/1.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-profiler/1.0.0/compatibility-slim/0.1.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-profiler/1.0.0/confidence-slim/0.1.3)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-profiler</summary> ### [`v1.0.0`](https://togithub.com/googleapis/java-profiler/blob/master/CHANGELOG.md#&#8203;100-httpswwwgithubcomgoogleapisjava-profilercomparev013v100-2021-04-29) [Compare Source](https://togithub.com/googleapis/java-profiler/compare/v0.1.3...v1.0.0) ##### Features - promote to 1.0.0 ([#&#8203;49](https://www.github.com/googleapis/java-profiler/issues/49)) ([e23dcfd](https://www.github.com/googleapis/java-profiler/commit/e23dcfd2fdd760b9a90b499dcfe81fdbac26acc2)) ##### Bug Fixes - release scripts from issuing overlapping phases ([#&#8203;44](https://www.github.com/googleapis/java-profiler/issues/44)) ([c93ba9f](https://www.github.com/googleapis/java-profiler/commit/c93ba9f118896080b6497ee5173a2e5beb35c7ce)) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v1 ([#&#8203;47](https://www.github.com/googleapis/java-profiler/issues/47)) ([14fc29f](https://www.github.com/googleapis/java-profiler/commit/14fc29f0135c0b82d987de75d62424b2eabaede0)) ##### [0.1.3](https://www.github.com/googleapis/java-profiler/compare/v0.1.2...v0.1.3) (2021-04-20) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v0.21.1 ([#&#8203;38](https://www.github.com/googleapis/java-profiler/issues/38)) ([0a2dc43](https://www.github.com/googleapis/java-profiler/commit/0a2dc43432dd01de62c958778abfa6198635c057)) ##### [0.1.2](https://www.github.com/googleapis/java-profiler/compare/v0.1.1...v0.1.2) (2021-04-15) ##### Bug Fixes - fix version in versions.txt ([#&#8203;33](https://www.github.com/googleapis/java-profiler/issues/33)) ([f82b63a](https://www.github.com/googleapis/java-profiler/commit/f82b63a08d0ce6e57dedb205adb720f584330516)) ##### [0.1.1](https://www.github.com/googleapis/java-profiler/compare/v0.1.0...v0.1.1) (2021-04-09) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v0.21.0 ([#&#8203;22](https://www.github.com/googleapis/java-profiler/issues/22)) ([1f6624b](https://www.github.com/googleapis/java-profiler/commit/1f6624b94a49c1e24a7d05686d01aa660375cc3b)) </details> --- ### Configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-profiler).
1 parent 5d74d3b commit fbda1ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.google.cloud</groupId>
3131
<artifactId>google-cloud-profiler</artifactId>
32-
<version>0.1.3</version>
32+
<version>1.0.0</version>
3333
</dependency>
3434
<!-- [END profiler_install_without_bom] -->
3535

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-profiler</artifactId>
31-
<version>0.1.3</version>
31+
<version>1.0.0</version>
3232
</dependency>
3333
<!-- {x-version-update-end} -->
3434

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-profiler</artifactId>
31-
<version>0.1.3</version>
31+
<version>1.0.0</version>
3232
</dependency>
3333

3434
<dependency>

0 commit comments

Comments
 (0)