Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 12, 2025

Bumps com.google.api.grpc:proto-google-common-protos from 2.53.0 to 2.54.1.

Release notes

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

v2.54.0

2.54.0 (2025-02-25)

Features

Bug Fixes

  • S2A gRPC flow creates ComputeEngineCredentials via newBuilder. (#3651) (29c061e)

Dependencies

  • update dependency ch.qos.logback:logback-core to v1.3.15 [security] (#3654) (093d867)
  • update google api dependencies (#3631) (48db2a1)
  • update google auth library dependencies to v1.33.1 (#3656) (f7877a5)
  • update google http client dependencies to v1.46.3 (#3657) (9d5b3b5)
  • update grpc to 1.70.0 (#3641) (ad26cf9)
  • update grpc to 1.70.0 (missed update) (#3658) (6ca0599)
  • Update opentelemetry-semconv to v1.29.0-alpha (#3635) (49ac09d)

Documentation

Changelog

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

Changelog

2.55.1 (2025-03-12)

Dependencies

  • revert "deps: update arrow.version to v18.2.0" (#3694) (2725744)

2.55.0 (2025-03-12)

Features

Bug Fixes

  • remove call credentials from call options if DirectPath (#3670) (5ede29c)

Dependencies

2.54.0 (2025-02-25)

Features

Bug Fixes

  • S2A gRPC flow creates ComputeEngineCredentials via newBuilder. (#3651) (29c061e)

Dependencies

  • update dependency ch.qos.logback:logback-core to v1.3.15 [security] (#3654) (093d867)
  • update google api dependencies (#3631) (48db2a1)
  • update google auth library dependencies to v1.33.1 (#3656) (f7877a5)
  • update google http client dependencies to v1.46.3 (#3657) (9d5b3b5)
  • update grpc to 1.70.0 (#3641) (ad26cf9)
  • update grpc to 1.70.0 (missed update) (#3658) (6ca0599)
  • Update opentelemetry-semconv to v1.29.0-alpha (#3635) (49ac09d)

... (truncated)

Commits
  • 95fb766 chore(main): release 2.46.1 (#3238)
  • a7781a6 deps: update dependency net.bytebuddy:byte-buddy to v1.15.2 (#3235)
  • f6e30a5 deps: update grpc dependencies to v1.68.0 (#3220)
  • ed976ff chore: update googleapis commit at Tue Sep 24 02:26:35 UTC 2024 (#3230)
  • 8b42993 deps: update junit5 monorepo to v5.11.1 (#3236)
  • 4803738 deps: update google api dependencies (#3224)
  • 69e3e38 deps: update google.cloud.opentelemetry.version to v0.32.0 (#3225)
  • 73d803b deps: update dependency black to v24.8.0 (#3234)
  • ab0976b deps: update dependency watchdog to v4.0.2 (#3232)
  • ce60bdf deps: update dependency pyyaml to v6.0.2 (#3231)
  • Additional commits viewable in compare view

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.53.0 to 2.54.1.
- [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.53.0...gax/v2.54.1)

---
updated-dependencies:
- dependency-name: com.google.api.grpc:proto-google-common-protos
  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 Mar 12, 2025
@quarkus-bot quarkus-bot bot added the area/grpc gRPC label Mar 12, 2025
@quarkus-bot
Copy link

quarkus-bot bot commented Mar 13, 2025

Status for workflow Quarkus CI

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

✅ 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 Tests - JDK 17 Windows

📦 extensions/micrometer-opentelemetry/deployment

io.quarkus.micrometer.opentelemetry.deployment.compatibility.MicrometerTimedInterceptorTest.testTimeMethod_Async - History

  • Stream has no elements - java.lang.IllegalArgumentException
java.lang.IllegalArgumentException: Stream has no elements
	at io.quarkus.micrometer.opentelemetry.deployment.common.MetricDataFilter.lastReadingDataPoint(MetricDataFilter.java:236)
	at io.quarkus.micrometer.opentelemetry.deployment.compatibility.MicrometerTimedInterceptorTest.testTimeMethod_Async(MicrometerTimedInterceptorTest.java:126)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at io.quarkus.test.QuarkusUnitTest.runExtensionMethod(QuarkusUnitTest.java:521)
	at io.quarkus.test.QuarkusUnitTest.interceptTestMethod(QuarkusUnitTest.java:435)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)

@gsmet gsmet merged commit e56c5d2 into main Mar 14, 2025
58 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.22 - main milestone Mar 14, 2025
@dependabot dependabot bot deleted the dependabot/maven/com.google.api.grpc-proto-google-common-protos-2.54.1 branch March 14, 2025 13:57
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.

2 participants