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

Update all non-major dependencies #331

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jan 13, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.cloud:google-cloud-storage 2.46.0 -> 2.47.0 age adoption passing confidence
com.google.cloud:google-cloud-datastore 2.25.1 -> 2.25.2 age adoption passing confidence
com.google.cloud:google-cloud-core 2.49.0 -> 2.49.1 age adoption passing confidence
org.eclipse.jetty:jetty-jspc-maven-plugin (source) 9.4.56.v20240826 -> 9.4.57.v20241219 age adoption passing confidence
org.eclipse.jetty:jetty-bom (source) 9.4.56.v20240826 -> 9.4.57.v20241219 age adoption passing confidence
com.google.cloud:google-cloud-spanner 6.84.0 -> 6.85.0 age adoption passing confidence
com.google.api:gax-grpc 2.59.0 -> 2.59.1 age adoption passing confidence
com.google.api:gax-httpjson 2.59.0 -> 2.59.1 age adoption passing confidence
com.google.api:gax 2.59.0 -> 2.59.1 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

googleapis/java-storage (com.google.cloud:google-cloud-storage)

v2.47.0

Compare Source

Features
  • Add MoveObject RPC (34b8ac4)
  • Introductory beta level support for OpenTelemetry tracing on c.g.c.storage.Storage methods (#​2837) (dd889ea)
Bug Fixes
  • De-beta storage-v2 artifacts (#​2852) (77a2e8a)
  • deps: Update the Java code generator (gapic-generator-java) to 2.51.0 (34b8ac4)
  • Fix interrupt spiral in grpc ReadObject drainQueue (#​2850) (c1dac83)
  • Update request handling of gRPC based CopyWriter (#​2858) (093cb87)
Dependencies
  • Update gcr.io/cloud-devrel-public-resources/storage-testbench docker tag to v0.51.0 (#​2860) (980ac4e)
  • Update googleapis/sdk-platform-java action to v2.51.1 (#​2864) (b731c06)
  • Update sdk-platform-java dependencies (#​2866) (562df7f)
googleapis/java-datastore (com.google.cloud:google-cloud-datastore)

v2.25.2

Compare Source

Bug Fixes
  • deps: Update the Java code generator (gapic-generator-java) to 2.51.1 (90d8b30)
  • Fix emulator command arg data-dir (#​1695) (9d53195)
Dependencies
  • Update dependency com.google.cloud:gapic-libraries-bom to v1.49.0 (#​1693) (8160c28)
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.41.1 (#​1703) (bf9537f)
  • Update dependency com.google.guava:guava-testlib to v33.4.0-jre (#​1694) (b91a2af)
googleapis/java-spanner (com.google.cloud:google-cloud-spanner)

v6.85.0

Compare Source

Features
Dependencies
  • Update dependency com.google.api.grpc:proto-google-cloud-monitoring-v3 to v3.56.0 (#​3563) (e4d0b0f)
  • Update dependency com.google.api.grpc:proto-google-cloud-monitoring-v3 to v3.57.0 (#​3592) (a7542da)
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.41.1 (#​3589) (2cd4238)
  • Update dependency com.google.cloud.opentelemetry:exporter-trace to v0.33.0 (#​3455) (70649dc)
  • Update dependency com.google.re2j:re2j to v1.8 (#​3594) (0f2013d)
  • Update googleapis/sdk-platform-java action to v2.51.1 (#​3591) (3daa1a0)

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Jan 13, 2025
Copy link

Gemini encountered an error creating the summary. You can try again by commenting @code-review-assist summarize.

@srinjoyray
Copy link
Contributor

JDK 23 tests are failing

@maigovannon
Copy link
Collaborator

JDK 23 tests are failing

The issue seen is from the following exception. This might be because of invalid credentials.

Caused by: The following artifacts could not be resolved: org.eclipse.jetty.websocket:jetty-websocket-jetty-client:pom:12.0.16 (absent): Could not transfer artifact org.eclipse.jetty.websocket:jetty-websocket-jetty-client:pom:12.0.16 from/to aoss-artifact-registry (artifactregistry://us-maven.pkg.dev/cloud-aoss-1p/cloud-aoss-1p-java): Permission denied on remote repository (or it may not exist). The request had no credentials because none were available from the environment. Ensure that either 1) You are logged into gcloud or 2) Application default credentials are setup (see https://developers.google.com/accounts/docs/application-default-credentials for more information).

@ludoch
Copy link
Collaborator

ludoch commented Jan 13, 2025

JDK 23 tests are failing

The issue seen is from the following exception. This might be because of invalid credentials.

Caused by: The following artifacts could not be resolved: org.eclipse.jetty.websocket:jetty-websocket-jetty-client:pom:12.0.16 (absent): Could not transfer artifact org.eclipse.jetty.websocket:jetty-websocket-jetty-client:pom:12.0.16 from/to aoss-artifact-registry (artifactregistry://us-maven.pkg.dev/cloud-aoss-1p/cloud-aoss-1p-java): Permission denied on remote repository (or it may not exist). The request had no credentials because none were available from the environment. Ensure that either 1) You are logged into gcloud or 2) Application default credentials are setup (see https://developers.google.com/accounts/docs/application-default-credentials for more information).

Green now after a retry, it was a flake...

@copybara-service copybara-service bot merged commit 48be4eb into GoogleCloudPlatform:main Jan 13, 2025
7 checks passed
@renovate-bot renovate-bot deleted the renovate/all-minor-patch branch January 13, 2025 13:08
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 ready to pull
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants