Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 24, 2025

Bumps com.google.api.grpc:proto-google-common-protos from 2.58.2 to 2.59.0.

Release notes

Sourced from com.google.api.grpc:proto-google-common-protos's releases.

v2.59.0

2.59.0 (2025-06-02)

Features

  • add logic to set universe domain to ServiceAccountJwtAccessCredentials (#3806) (5b45708)
  • use debian base image for java-library-generation (#3817) (94d0b30)

Bug Fixes

  • manage graalvm image versions via Hermetic Build templates only (#3800) (244c5dc)

Dependencies

  • update dependency com.google.oauth-client:google-oauth-client-bom to v1.39.0 (#3813) (196a7ca)
  • update google api dependencies (#3791) (45ef2e0)
  • update google auth library dependencies to v1.36.0 (#3814) (07f834a)
  • update grpc dependencies to 1.71.0 (#3807) (49a7ae5)
  • Upgrade Protobuf-Java to v3.25.8 (#3810) (ab90662)
Changelog

Sourced from com.google.api.grpc:proto-google-common-protos's changelog.

2.59.0 (2025-06-02)

Features

  • add logic to set universe domain to ServiceAccountJwtAccessCredentials (#3806) (5b45708)
  • use debian base image for java-library-generation (#3817) (94d0b30)

Bug Fixes

  • manage graalvm image versions via Hermetic Build templates only (#3800) (244c5dc)

Dependencies

  • update dependency com.google.oauth-client:google-oauth-client-bom to v1.39.0 (#3813) (196a7ca)
  • update google api dependencies (#3791) (45ef2e0)
  • update google auth library dependencies to v1.36.0 (#3814) (07f834a)
  • update grpc dependencies to 1.71.0 (#3807) (49a7ae5)
  • Upgrade Protobuf-Java to v3.25.8 (#3810) (ab90662)

2.58.0 (2025-05-13)

Features

  • add cloudbuild config to publish image via AR Exit Gate (#3786) (5cc8857)

Dependencies

  • update google auth library dependencies to v1.35.0 (#3789) (93f4c95)
  • update google http client dependencies to v1.47.0 (#3790) (4478e34)

2.57.0 (2025-05-05)

Features

Bug Fixes

  • Update IAM v3 groupId to the correct value (#3777) (6ecbf5f)

2.56.3 (2025-05-02)

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/sdk-platform-java) from 2.58.2 to 2.59.0.
- [Release notes](https://github.com/googleapis/sdk-platform-java/releases)
- [Changelog](https://github.com/googleapis/sdk-platform-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/sdk-platform-java/commits/v2.59.0)

---
updated-dependencies:
- dependency-name: com.google.api.grpc:proto-google-common-protos
  dependency-version: 2.59.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the area/dependencies Pull requests that update a dependency file label Jun 24, 2025
@quarkus-bot quarkus-bot bot added the area/grpc gRPC label Jun 24, 2025
Copy link

quarkus-bot bot commented Jun 25, 2025

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 1cd1467.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.


Flaky tests - Develocity

⚙️ JVM Integration Tests - JDK 17

📦 integration-tests/opentelemetry

io.quarkus.it.opentelemetry.LoggingResourceTest.testException - History

  • Condition with Lambda expression in io.quarkus.it.opentelemetry.LoggingResourceTest was not fulfilled within 2 minutes. - org.awaitility.core.ConditionTimeoutException
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in io.quarkus.it.opentelemetry.LoggingResourceTest was not fulfilled within 2 minutes.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1160)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1129)
	at io.quarkus.it.opentelemetry.LoggingResourceTest.testException(LoggingResourceTest.java:113)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)

@geoand geoand merged commit 02fea91 into main Jun 25, 2025
57 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.25 - main milestone Jun 25, 2025
@dependabot dependabot bot deleted the dependabot/maven/com.google.api.grpc-proto-google-common-protos-2.59.0 branch June 25, 2025 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant