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

deps: bump gapic-generator-java-bom.version from 2.23.1 to 2.24.0 #2097

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 2, 2023

Bumps gapic-generator-java-bom.version from 2.23.1 to 2.24.0.
Updates com.google.api:gapic-generator-java-bom from 2.23.1 to 2.24.0

Release notes

Sourced from com.google.api:gapic-generator-java-bom's releases.

v2.24.0

2.24.0 (2023-08-01)

Features

  • [common-protos] Add a proto message to describe the resource_type and resource_permission for an API method (#1878) (3e27ca9)
Changelog

Sourced from com.google.api:gapic-generator-java-bom's changelog.

2.24.0 (2023-08-01)

Features

  • [common-protos] Add a proto message to describe the resource_type and resource_permission for an API method (#1878) (3e27ca9)
Commits
  • 9793a31 chore(main): release 2.24.0 (#1896)
  • 3e27ca9 feat: [common-protos] Add a proto message to describe the resource_type and...
  • 9d87ed3 chore: Bump guava version to 32.1.2-jre (#1895)
  • f9d920d build(deps): bump certifi from 2022.12.7 to 2023.7.22 in /.kokoro (#1880)
  • a94b1cf test: Add unit tests for percent encoding for all special characters. (#1885)
  • 48c4afe chore: revert "gax-java now uses third-party-dependencies' management (#1866)...
  • b8898f2 chore: gax-java now uses third-party-dependencies' management (#1866)
  • e346dfc chore(main): release 2.23.2-SNAPSHOT (#1871)
  • See full diff in compare view

Updates com.google.api:gapic-generator-java:testlib from 2.23.1 to 2.24.0

Release notes

Sourced from com.google.api:gapic-generator-java:testlib's releases.

v2.24.0

2.24.0 (2023-08-01)

Features

  • [common-protos] Add a proto message to describe the resource_type and resource_permission for an API method (#1878) (3e27ca9)
Changelog

Sourced from com.google.api:gapic-generator-java:testlib's changelog.

2.24.0 (2023-08-01)

Features

  • [common-protos] Add a proto message to describe the resource_type and resource_permission for an API method (#1878) (3e27ca9)
Commits
  • 9793a31 chore(main): release 2.24.0 (#1896)
  • 3e27ca9 feat: [common-protos] Add a proto message to describe the resource_type and...
  • 9d87ed3 chore: Bump guava version to 32.1.2-jre (#1895)
  • f9d920d build(deps): bump certifi from 2022.12.7 to 2023.7.22 in /.kokoro (#1880)
  • a94b1cf test: Add unit tests for percent encoding for all special characters. (#1885)
  • 48c4afe chore: revert "gax-java now uses third-party-dependencies' management (#1866)...
  • b8898f2 chore: gax-java now uses third-party-dependencies' management (#1866)
  • e346dfc chore(main): release 2.23.2-SNAPSHOT (#1871)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `gapic-generator-java-bom.version` from 2.23.1 to 2.24.0.

Updates `com.google.api:gapic-generator-java-bom` from 2.23.1 to 2.24.0
- [Release notes](https://github.com/googleapis/sdk-platform-java/releases)
- [Changelog](https://github.com/googleapis/sdk-platform-java/blob/main/CHANGELOG.md)
- [Commits](googleapis/sdk-platform-java@v2.23.1...v2.24.0)

Updates `com.google.api:gapic-generator-java:testlib` from 2.23.1 to 2.24.0
- [Release notes](https://github.com/googleapis/sdk-platform-java/releases)
- [Changelog](https://github.com/googleapis/sdk-platform-java/blob/main/CHANGELOG.md)
- [Commits](googleapis/sdk-platform-java@v2.23.1...v2.24.0)

---
updated-dependencies:
- dependency-name: com.google.api:gapic-generator-java-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.api:gapic-generator-java:testlib
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner August 2, 2023 04:43
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 2, 2023
@sonarcloud
Copy link

sonarcloud bot commented Aug 2, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@JoeWang1127 JoeWang1127 enabled auto-merge (squash) August 9, 2023 18:33
@JoeWang1127 JoeWang1127 merged commit 67a5756 into main Aug 9, 2023
10 checks passed
@JoeWang1127 JoeWang1127 deleted the dependabot/maven/gapic-generator-java-bom.version-2.24.0 branch August 9, 2023 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant