Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate from com.google.gcloud.* to com.google.cloud #877

Closed
aozarov opened this issue Apr 8, 2016 · 6 comments
Closed

Migrate from com.google.gcloud.* to com.google.cloud #877

aozarov opened this issue Apr 8, 2016 · 6 comments
Assignees
Labels
type: cleanup An internal cleanup or hygiene concern.

Comments

@aozarov
Copy link
Contributor

aozarov commented Apr 8, 2016

The current plan is to:

  1. rename our Java package structure from com.google.gcloud. to com.google.cloud.

  2. rename maven group-id from com.google.gcloud to com.google.cloud.

For now we are going to keep the following:

  1. repository (and repository name).

  2. maven artifact-id (should match repository name and therefore should be kept for now as gcloud-java).

  3. directory structure and maven modules.

/cc @jgeewax

@aozarov aozarov added the type: cleanup An internal cleanup or hygiene concern. label Apr 8, 2016
@ajkannan ajkannan self-assigned this Apr 11, 2016
@aozarov
Copy link
Contributor Author

aozarov commented Apr 12, 2016

Was applied on master and released.
We need to make sure that we also apply it on the compute-alpha, gcs-nio and dns-alpha-batch branches.

/cc @mziccard @mderka @jart @jean-philippe-martin

@ajkannan ajkannan removed their assignment Apr 15, 2016
jean-philippe-martin added a commit to jean-philippe-martin/gcloud-java that referenced this issue Apr 18, 2016
jean-philippe-martin added a commit to jean-philippe-martin/gcloud-java that referenced this issue Apr 18, 2016
@jean-philippe-martin
Copy link

Done as part of PR #937 (commit shown above).

@jart
Copy link

jart commented Apr 22, 2016

I'm sorry I was on vacation the past few weeks. I like the new package name. But I'm very surprised that such a radical change is happening. I've also noticed a lot of other naming changes prior to this.

I've found it challenging as a 20% contributor to keep up with the pace of changes. I imagine it would be even more difficult for an independent user who isn't in collaboration with the developers.

The reason I'm concerned is because I'm going to be promoting this project in the near future. I take an extremely conservative outlook on software. For that reason, I think some people trust my judgement. So when I run around telling everyone that gcs-nio / gcloud-java is the greatest thing they need to start using immediately, I want to make sure I'm offering the best recommendation possible.

So what assurances can gcloud-java offer that its API will become stable? What processes are being used, and will continue to be used, for API review?

@mziccard
Copy link
Contributor

Hi @jart,
I believe your concerns are more than reasonable however I see this from a different perspective. gcloud-java is in version 0.2.0 and we document in the README it is a work in progress:

Note: This client is a work-in-progress, and may occasionally make backwards-incompatible changes.

Until we kick out our first major release (i.e. 1.0.0) it's reasonable to assume that the API will make non-backward compatible changes. This very same approach has bean adopted in other gcloud-* libraries. Instead of seeing this as a released API that keeps changing this should be seen as a work-in-progress API that allows users to shape it and use/familiarize with it while being developed.

Set aside the philosophical discussion we plan to release version 1.0.0 (can't give you a sure ETA yet) that will make at least datastore and storage APIs stable. Once our first major version is released we will guarantee that no backward compatible changes unless a new major is released.

BTW, one more API change is planned for storage that is changing the way batches can be handled. This will be a major improvement in usability and that way batch handling wille be standardized across modules (also used in dns). No other backwards-incompatible changes are planned at the moment.

Hope this answers your concerns. /cc-ing @jgeewax in case he wants to add something

@jart
Copy link

jart commented Apr 22, 2016

I figured as much. That sounds perfectly reasonable. It would be nice to have an ETA for 1.0.

@mziccard
Copy link
Contributor

mziccard commented May 2, 2016

This was fixed in compute in #970

@mziccard mziccard closed this as completed May 2, 2016
mziccard pushed a commit to mziccard/gcloud-java that referenced this issue Jun 29, 2016
mziccard pushed a commit to mziccard/gcloud-java that referenced this issue Jun 30, 2016
github-actions bot pushed a commit that referenced this issue Jun 21, 2022
…onfig to v1.5.0 (#877)

[![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.4.0` -> `1.5.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.5.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.5.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.5.0/compatibility-slim/1.4.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.5.0/confidence-slim/1.4.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/java-shared-config</summary>

### [`v1.5.0`](https://togithub.com/googleapis/java-shared-config/blob/HEAD/CHANGELOG.md#&#8203;150-httpsgithubcomgoogleapisjava-shared-configcomparev140v150-2022-06-10)

[Compare Source](https://togithub.com/googleapis/java-shared-config/compare/v1.4.0...v1.5.0)

##### Features

-   add build scripts for native image testing in Java 17 ([#&#8203;1440](https://togithub.com/googleapis/java-shared-config/issues/1440)) ([#&#8203;475](https://togithub.com/googleapis/java-shared-config/issues/475)) ([e4dfc1b](https://togithub.com/googleapis/java-shared-config/commit/e4dfc1ba29295158c78c8fcf94467d2a6a33538a))
-   to produce Java 8 compatible bytecode when using JDK 9+ ([2468276](https://togithub.com/googleapis/java-shared-config/commit/2468276145cdfe1ca911b52f765e026e77661a09))

##### Dependencies

-   update surefire.version to v3.0.0-m7 ([bbfe663](https://togithub.com/googleapis/java-shared-config/commit/bbfe66393af3e49612c9c1e4334ba39c133ea1d0))

</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 this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

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/googleapis/java-errorreporting).
github-actions bot pushed a commit that referenced this issue Jul 14, 2022
* chore: add native image checks as required

* Update sync-repo-settings.yaml

remove clirr checks

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Alice <[email protected]>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
github-actions bot pushed a commit that referenced this issue Jul 25, 2022
…21.3 (#877)

[![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.protobuf:protobuf-java-util](https://developers.google.com/protocol-buffers/) ([source](https://togithub.com/protocolbuffers/protobuf)) | `3.21.2` -> `3.21.3` | [![age](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-java-util/3.21.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-java-util/3.21.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-java-util/3.21.3/compatibility-slim/3.21.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-java-util/3.21.3/confidence-slim/3.21.2)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>protocolbuffers/protobuf</summary>

### [`v3.21.3`](https://togithub.com/protocolbuffers/protobuf/compare/v3.21.2...v3.21.3)

[Compare Source](https://togithub.com/protocolbuffers/protobuf/compare/v3.21.2...v3.21.3)

</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 this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

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/googleapis/java-securitycenter).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMjIuMSIsInVwZGF0ZWRJblZlciI6IjMyLjEyMi4xIn0=-->
github-actions bot pushed a commit that referenced this issue Aug 9, 2022
🤖 I have created a release *beep* *boop*
---


### Updating meta-information for bleeding-edge SNAPSHOT release.

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
github-actions bot pushed a commit that referenced this issue Aug 9, 2022
🤖 I have created a release *beep* *boop*
---


## [2.9.0](googleapis/java-securitycenter@v2.8.0...v2.9.0) (2022-08-06)


### Features

* Added container field to findings attributes ([#875](googleapis/java-securitycenter#875)) ([d9b8007](googleapis/java-securitycenter@d9b8007))


### Dependencies

* update dependency com.google.cloud:google-cloud-bigquery to v2.14.0 ([#878](googleapis/java-securitycenter#878)) ([4c80791](googleapis/java-securitycenter@4c80791))
* update dependency com.google.cloud:google-cloud-bigquery to v2.14.1 ([#881](googleapis/java-securitycenter#881)) ([c7c68d3](googleapis/java-securitycenter@c7c68d3))
* update dependency com.google.cloud:google-cloud-bigquery to v2.14.2 ([#888](googleapis/java-securitycenter#888)) ([e786c87](googleapis/java-securitycenter@e786c87))
* update dependency com.google.cloud:google-cloud-bigquery to v2.14.3 ([#889](googleapis/java-securitycenter#889)) ([9a1437b](googleapis/java-securitycenter@9a1437b))
* update dependency com.google.cloud:google-cloud-pubsub to v1.120.10 ([#887](googleapis/java-securitycenter#887)) ([d5e013b](googleapis/java-securitycenter@d5e013b))
* update dependency com.google.cloud:google-cloud-pubsub to v1.120.7 ([#884](googleapis/java-securitycenter#884)) ([8392fb7](googleapis/java-securitycenter@8392fb7))
* update dependency com.google.cloud:google-cloud-pubsub to v1.120.9 ([#886](googleapis/java-securitycenter#886)) ([6db2c64](googleapis/java-securitycenter@6db2c64))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v3 ([#882](googleapis/java-securitycenter#882)) ([43d2ca4](googleapis/java-securitycenter@43d2ca4))
* update dependency com.google.protobuf:protobuf-java-util to v3.21.3 ([#877](googleapis/java-securitycenter#877)) ([b02a0d0](googleapis/java-securitycenter@b02a0d0))
* update dependency com.google.protobuf:protobuf-java-util to v3.21.4 ([#880](googleapis/java-securitycenter#880)) ([9373129](googleapis/java-securitycenter@9373129))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
github-actions bot pushed a commit that referenced this issue Sep 15, 2022
…1.1 (#877)

[![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:libraries-bom](https://cloud.google.com/java/docs/bom) ([source](https://togithub.com/googleapis/java-cloud-bom)) | `26.1.0` -> `26.1.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.1/compatibility-slim/26.1.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.1/confidence-slim/26.1.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### 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**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost.

---

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/googleapis/java-recaptchaenterprise).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xODQuMiIsInVwZGF0ZWRJblZlciI6IjMyLjE4NC4yIn0=-->
github-actions bot pushed a commit that referenced this issue Oct 4, 2022
* chore(bazel): update protobuf to v3.21.7

PiperOrigin-RevId: 477955264

Source-Link: googleapis/googleapis@a724450

Source-Link: googleapis/googleapis-gen@4abcbca
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGFiY2JjYWVjODU1ZTc0YTBiMjJhNDk4OGNmOWUwZWI2MWE4MzA5NCJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
github-actions bot pushed a commit that referenced this issue Oct 5, 2022
🤖 I have created a release *beep* *boop*
---


## [2.3.7](https://togithub.com/googleapis/java-trace/compare/v2.3.6...v2.3.7) (2022-10-04)


### Dependencies

* Update dependency cachetools to v5 ([#894](https://togithub.com/googleapis/java-trace/issues/894)) ([fd76bb1](https://togithub.com/googleapis/java-trace/commit/fd76bb19f78a9256c0c6c594820ba8dd889811c6))
* Update dependency click to v8.1.3 ([#878](https://togithub.com/googleapis/java-trace/issues/878)) ([d231929](https://togithub.com/googleapis/java-trace/commit/d2319291b70b4ba679a07709dde13bd9ba6405c4))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#898](https://togithub.com/googleapis/java-trace/issues/898)) ([73d1646](https://togithub.com/googleapis/java-trace/commit/73d16469526e7eba576b5423b8d1274fe32b95ed))
* Update dependency google-auth to v2.11.1 ([#876](https://togithub.com/googleapis/java-trace/issues/876)) ([b5b73ed](https://togithub.com/googleapis/java-trace/commit/b5b73edee4484cae6e369cd7544bb8458bd563b2))
* Update dependency google-auth to v2.12.0 ([#885](https://togithub.com/googleapis/java-trace/issues/885)) ([3f6cce2](https://togithub.com/googleapis/java-trace/commit/3f6cce2496b937a16e8f487ae4e0334f28fc0040))
* Update dependency google-crc32c to v1.5.0 ([#881](https://togithub.com/googleapis/java-trace/issues/881)) ([94d85d5](https://togithub.com/googleapis/java-trace/commit/94d85d5ad27f19297fd78f7d40b8b324b178dcb6))
* Update dependency googleapis-common-protos to v1.56.4 ([#877](https://togithub.com/googleapis/java-trace/issues/877)) ([b5d73d7](https://togithub.com/googleapis/java-trace/commit/b5d73d72861c3cd2fc877121ec9abbe35188b93a))
* Update dependency jeepney to v0.8.0 ([#883](https://togithub.com/googleapis/java-trace/issues/883)) ([1df907a](https://togithub.com/googleapis/java-trace/commit/1df907a555c1948395489f0bcb03790db395670a))
* Update dependency jinja2 to v3.1.2 ([#886](https://togithub.com/googleapis/java-trace/issues/886)) ([62e5db7](https://togithub.com/googleapis/java-trace/commit/62e5db7da3e636106f40007b439c0235a41da83a))
* Update dependency keyring to v23.9.3 ([#887](https://togithub.com/googleapis/java-trace/issues/887)) ([61d04cb](https://togithub.com/googleapis/java-trace/commit/61d04cb86031ebec8df67917ad641eed8848d6a3))
* Update dependency markupsafe to v2.1.1 ([#888](https://togithub.com/googleapis/java-trace/issues/888)) ([a4ac967](https://togithub.com/googleapis/java-trace/commit/a4ac9677f0ed089f007af87503a727159e997c0b))
* Update dependency protobuf to v3.20.2 ([#889](https://togithub.com/googleapis/java-trace/issues/889)) ([0742a52](https://togithub.com/googleapis/java-trace/commit/0742a52f9b34755a53e4f96ee26b28912044ac87))
* Update dependency protobuf to v4 ([#895](https://togithub.com/googleapis/java-trace/issues/895)) ([3f00e07](https://togithub.com/googleapis/java-trace/commit/3f00e0731e5a1625cb74fcce1afcacec0b335383))
* Update dependency pyjwt to v2.5.0 ([#890](https://togithub.com/googleapis/java-trace/issues/890)) ([b352a09](https://togithub.com/googleapis/java-trace/commit/b352a09e330ba6a1945ad772d13fc5effa36c59e))
* Update dependency requests to v2.28.1 ([#891](https://togithub.com/googleapis/java-trace/issues/891)) ([4476dcf](https://togithub.com/googleapis/java-trace/commit/4476dcfc0984185502ac82473b8211f911aea254))
* Update dependency typing-extensions to v4.3.0 ([#892](https://togithub.com/googleapis/java-trace/issues/892)) ([2f78186](https://togithub.com/googleapis/java-trace/commit/2f78186b704e48d8027ed32b86d5752105fa2de8))
* Update dependency zipp to v3.8.1 ([#893](https://togithub.com/googleapis/java-trace/issues/893)) ([41e1192](https://togithub.com/googleapis/java-trace/commit/41e11923590c210b3837542ea15401885b52e850))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
github-actions bot pushed a commit that referenced this issue Oct 5, 2022
🤖 I have created a release *beep* *boop*
---


## [2.6.8](https://togithub.com/googleapis/java-kms/compare/v2.6.7...v2.6.8) (2022-10-03)


### Dependencies

* Update dependency certifi to v2022.9.24 ([#868](https://togithub.com/googleapis/java-kms/issues/868)) ([15aa78b](https://togithub.com/googleapis/java-kms/commit/15aa78b96591e1af3d8df0f68f931866d1c57cdf))
* Update dependency charset-normalizer to v2.1.1 ([#872](https://togithub.com/googleapis/java-kms/issues/872)) ([eefde67](https://togithub.com/googleapis/java-kms/commit/eefde67472fcc22e5aa88e621ae854cad97a2564))
* Update dependency click to v8.1.3 ([#873](https://togithub.com/googleapis/java-kms/issues/873)) ([984cf8c](https://togithub.com/googleapis/java-kms/commit/984cf8c164960a91b22dd7c216262b73bd2629cf))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#894](https://togithub.com/googleapis/java-kms/issues/894)) ([cd63d9b](https://togithub.com/googleapis/java-kms/commit/cd63d9b0422427d1cfb6025fa7a598ebb73433b6))
* Update dependency com.google.protobuf:protobuf-java-util to v3.21.7 ([#892](https://togithub.com/googleapis/java-kms/issues/892)) ([aab16df](https://togithub.com/googleapis/java-kms/commit/aab16dfb84796db09a5a6fce969d40ae50e33236))
* Update dependency gcp-releasetool to v1.8.8 ([#869](https://togithub.com/googleapis/java-kms/issues/869)) ([f7b2ec1](https://togithub.com/googleapis/java-kms/commit/f7b2ec14a266f67b76cf2bfc710e3c89bfab9b1a))
* Update dependency google-api-core to v2.10.1 ([#874](https://togithub.com/googleapis/java-kms/issues/874)) ([0eff788](https://togithub.com/googleapis/java-kms/commit/0eff788116ee07b259c682e8243acb3dbc40a2ef))
* Update dependency google-cloud-core to v2.3.2 ([#870](https://togithub.com/googleapis/java-kms/issues/870)) ([00fd66e](https://togithub.com/googleapis/java-kms/commit/00fd66e2d86beb32c83b7f8f5659840b964b6e76))
* Update dependency google-cloud-storage to v2.5.0 ([#876](https://togithub.com/googleapis/java-kms/issues/876)) ([3ab4bdc](https://togithub.com/googleapis/java-kms/commit/3ab4bdc35468a921db44a359c453cb7c9ee1b565))
* Update dependency google-crc32c to v1.5.0 ([#877](https://togithub.com/googleapis/java-kms/issues/877)) ([dbbca81](https://togithub.com/googleapis/java-kms/commit/dbbca815cc5f04df1d6f1d41976e86624d4b2c28))
* Update dependency googleapis-common-protos to v1.56.4 ([#871](https://togithub.com/googleapis/java-kms/issues/871)) ([f146017](https://togithub.com/googleapis/java-kms/commit/f1460171967a2138cd1de1e14a8101e671d23e42))
* Update dependency importlib-metadata to v4.12.0 ([#886](https://togithub.com/googleapis/java-kms/issues/886)) ([7783160](https://togithub.com/googleapis/java-kms/commit/7783160bebb8922c50fe1c4f365497a6eab90b42))
* Update dependency jeepney to v0.8.0 ([#887](https://togithub.com/googleapis/java-kms/issues/887)) ([da6b14a](https://togithub.com/googleapis/java-kms/commit/da6b14ad3d1df84042f677d651157fc6e6a14380))
* Update dependency jinja2 to v3.1.2 ([#888](https://togithub.com/googleapis/java-kms/issues/888)) ([40bc730](https://togithub.com/googleapis/java-kms/commit/40bc73026f0158df4a29e69110eed863bf3ae587))
* Update dependency keyring to v23.9.3 ([#889](https://togithub.com/googleapis/java-kms/issues/889)) ([6d07f4d](https://togithub.com/googleapis/java-kms/commit/6d07f4d68ee2eb0346c0d5f90620c7e244bc52ae))
* Update dependency pyjwt to v2.5.0 ([#880](https://togithub.com/googleapis/java-kms/issues/880)) ([f686c49](https://togithub.com/googleapis/java-kms/commit/f686c499bec8cb560f54f4cf5d8079a4b93f59d7))
* Update dependency requests to v2.28.1 ([#881](https://togithub.com/googleapis/java-kms/issues/881)) ([3e82aca](https://togithub.com/googleapis/java-kms/commit/3e82aca7ac76821491d5453a09f69ff1e62e51c1))
* Update dependency zipp to v3.8.1 ([#883](https://togithub.com/googleapis/java-kms/issues/883)) ([faf3c84](https://togithub.com/googleapis/java-kms/commit/faf3c845e0c31e08a05254586ae84decc5c10ef3))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
github-actions bot pushed a commit that referenced this issue Nov 9, 2022
#877)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 485623855

Source-Link: https://togithub.com/googleapis/googleapis/commit/807125e7953e32535710924fe4bf0362ac93754d

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/c4ddd6d651da69658a4762c5eafff5cd8f0e25c5
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzRkZGQ2ZDY1MWRhNjk2NThhNDc2MmM1ZWFmZmY1Y2Q4ZjBlMjVjNSJ9
suztomo pushed a commit that referenced this issue Feb 1, 2023
…877)

[![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.protobuf:protobuf-bom](https://developers.google.com/protocol-buffers/) ([source](https://togithub.com/protocolbuffers/protobuf)) | `3.21.3` -> `3.21.4` | [![age](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-bom/3.21.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-bom/3.21.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-bom/3.21.4/compatibility-slim/3.21.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-bom/3.21.4/confidence-slim/3.21.3)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>protocolbuffers/protobuf</summary>

### [`v3.21.4`](https://togithub.com/protocolbuffers/protobuf/compare/v3.21.3...v3.21.4)

[Compare Source](https://togithub.com/protocolbuffers/protobuf/compare/v3.21.3...v3.21.4)

</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 this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

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/googleapis/java-core).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMjcuNCIsInVwZGF0ZWRJblZlciI6IjMyLjEyNy40In0=-->
suztomo pushed a commit that referenced this issue Feb 1, 2023
🤖 I have created a release *beep* *boop*
---


## [2.8.3](googleapis/java-core@v2.8.2...v2.8.3) (2022-07-26)


### Dependencies

* update dependency com.google.api-client:google-api-client-bom to v2 ([#868](googleapis/java-core#868)) ([fe7991d](googleapis/java-core@fe7991d))
* update dependency com.google.api:gax-bom to v2.18.4 ([#864](googleapis/java-core#864)) ([d4a8501](googleapis/java-core@d4a8501))
* update dependency com.google.api:gax-bom to v2.18.5 ([#876](googleapis/java-core#876)) ([e2c0c13](googleapis/java-core@e2c0c13))
* update dependency com.google.api.grpc:proto-google-common-protos to v2.9.2 ([#870](googleapis/java-core#870)) ([adf5af4](googleapis/java-core@adf5af4))
* update dependency com.google.api.grpc:proto-google-iam-v1 to v1.5.2 ([#865](googleapis/java-core#865)) ([5dad1ea](googleapis/java-core@5dad1ea))
* update dependency com.google.auth:google-auth-library-bom to v1.8.1 ([#856](googleapis/java-core#856)) ([bb58609](googleapis/java-core@bb58609))
* update dependency com.google.http-client:google-http-client-bom to v1.42.2 ([#871](googleapis/java-core#871)) ([341b04e](googleapis/java-core@341b04e))
* update dependency com.google.protobuf:protobuf-bom to v3.21.3 ([#874](googleapis/java-core#874)) ([efe8c28](googleapis/java-core@efe8c28))
* update dependency com.google.protobuf:protobuf-bom to v3.21.4 ([#877](googleapis/java-core#877)) ([25bea6c](googleapis/java-core@25bea6c))
* update dependency io.grpc:grpc-bom to v1.48.0 ([#873](googleapis/java-core#873)) ([8bfee63](googleapis/java-core@8bfee63))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: cleanup An internal cleanup or hygiene concern.
Projects
None yet
Development

No branches or pull requests

5 participants