Skip to content

Update all non-major dependencies - autoclosed#299

Closed
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
renovate-bot:renovate/all-minor-patch
Closed

Update all non-major dependencies - autoclosed#299
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
renovate-bot:renovate/all-minor-patch

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Oct 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.cloud:google-cloud-logging 3.20.5 -> 3.20.6 age adoption passing confidence
com.fasterxml.jackson.core:jackson-core 2.18.0 -> 2.18.1 age adoption passing confidence
com.google.cloud:google-cloud-datastore 2.23.0 -> 2.24.1 age adoption passing confidence
com.google.cloud:google-cloud-bigquery 2.43.1 -> 2.43.3 age adoption passing confidence
io.grpc:grpc-netty 1.68.0 -> 1.68.1 age adoption passing confidence
io.grpc:grpc-protobuf 1.68.0 -> 1.68.1 age adoption passing confidence
io.grpc:grpc-api 1.68.0 -> 1.68.1 age adoption passing confidence
com.google.cloud:google-cloud-spanner 6.80.0 -> 6.80.1 age adoption passing confidence

Warning

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


Release Notes

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

v3.20.6

Compare Source

Dependencies
googleapis/java-datastore (com.google.cloud:google-cloud-datastore)

v2.24.1

Dependencies
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.39.0 (#​1640) (fe61f66)
  • Update googleapis/sdk-platform-java action to v2.49.0 (#​1638) (57598d7)
googleapis/java-bigquery (com.google.cloud:google-cloud-bigquery)

v2.43.3

Compare Source

Dependencies
  • Update dependency com.google.cloud:google-cloud-bigquerystorage-bom to v3.10.2 (19fc184)

v2.43.2

Dependencies
  • Update actions/checkout action to v4.2.2 (#​3541) (c36c123)
  • Update actions/upload-artifact action to v4.4.2 (#​3524) (776a554)
  • Update actions/upload-artifact action to v4.4.3 (#​3530) (2f87fd9)
  • Update dependency com.google.api.grpc:proto-google-cloud-bigqueryconnection-v1 to v2.54.0 (#​3532) (25be311)
  • Update dependency com.google.apis:google-api-services-bigquery to v2-rev20241013-2.0.0 (#​3544) (0c42092)
  • Update dependency com.google.cloud:google-cloud-bigquerystorage-bom to v3.10.0 (0bd3c86)
  • Update dependency com.google.cloud:google-cloud-bigquerystorage-bom to v3.10.1 (c03a63a)
  • Update dependency com.google.cloud:google-cloud-datacatalog-bom to v1.58.0 (#​3533) (cad2643)
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.38.0 (#​3542) (16448ee)
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.39.0 (#​3548) (616b2f6)
  • Update github/codeql-action action to v2.26.13 (#​3536) (844744f)
  • Update github/codeql-action action to v2.27.0 (#​3540) (1616a0f)
Documentation
grpc/grpc-java (io.grpc:grpc-netty)

v1.68.1

gRPC Java 1.68.1 Release Notes

v1.68.0 was a mistake. This is the first release of version 1.68.x

Bug Fixes
  • xds: Fix NullPointerException introduced in "Fix load reporting when pick first is used for locality-routing" (#​11553). This was in 1.67.1 but not 1.68.0
Behavior Changes
  • core: JSON parsing rejects duplicate keys in objects (#​11575) (4be69e3). This is the existing behavior in C core. Duplicate keys in objects are dangerous as which value takes effect is undefined. Previously, the last value was used
  • okhttp: Detect transport executors with no remaining threads (#​11503) (3a6be9c). The transport uses two threads, but one is on-demand. If the executor provided to builder.transportExecutor() runs out of threads (e.g., it is a fixed-size thread pool), all transports can be wedged, unable to run on-demand tasks, until keepalive kills one of them. Two threads are now used when handshaking a new transport, and the transport will time out after 1 second with “Timed out waiting for second handshake thread” if two threads are unavailable
  • gcp-csm-o11y: Get mesh_id value from CSM_MESH_ID environment variable, instead of getting it from bootstrap file (84d30af)
Improvements
  • New grpc-context-override-opentelemetry artifact (#​11523) (782a44a) (#​11599) (e59ae5f). This is a io.grpc.Context storage override to store its state in io.opentelemetry.context.Context. Libraries should not add a dependency on this artifact, as applications can only have one storage override in their classpath
  • New grpc-s2a artifact. It is a transport that offloads the handshake similar to ALTS, but for TLS. It provides io.grpc.s2a.S2AChannelCredentials
  • api: Enhance name resolver `ResolutionResult` to hold addresses or error so the single listener API onResult2 is used to convey both success and error cases for name resolution (#​11330) (1ded8af)
  • core: Handle NameResolver/LoadBalancer exceptions when panicking (b692b9d). This expands the class of bugs that will fail RPCs with the panic error, versus some undefined behavior
  • core: Use the default service config in case of initial name resolver address resolution error (#​11577) (fa26a8b)
  • core: StreamTracer.inboundMessageRead() now reports uncompressed message size when the message does not need compression (#​11598) (2aae68e). Previously it always reported -1 (unknown)
  • netty: Avoid TCP_USER_TIMEOUT warning when explicitly specifying a non-epoll channel type to use (#​11564) (62f4098)
  • okhttp: Don't warn about missing Conscrypt (6f35422). This is especially helpful when using TLS but not running on Android
  • android: For UdsChannelBuilder, use fake IP instead of localhost (a908b5e). This avoids an unnecessary DNS lookup
  • xds: Add xDS node ID in select control plane errors to enable cross-referencing with control plane logs when debugging (f3cf7c3)
  • xds: Enhanced how ADS stream terminations are handled, specifically addressing cases where a response has or hasn't been received (#​2e9c3e19f)
  • binder: Update status code documentation for Android 11's package visibility rules. (#​11551) (99be6e9)
  • binder: Update binderDied() error description to spell out the possibilities for those unfamiliar with Android internals. (#​11628) (46c1b38)
  • example-gauth: Use application default creds instead of file argument (#​11595) (94a0a0d)
Dependencies

Thanks to:
@​Juneezee
@​lgalfaso
@​bestbeforetoday
@​hlx502
@​JoeCqupt

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

v6.80.1

Compare Source

Dependencies

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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 Oct 26, 2024
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0213b6c to ebbfdc3 Compare October 28, 2024 04:18
copybara-service bot pushed a commit that referenced this pull request Oct 28, 2024
--
cb49a97 by Mend Renovate <bot@renovateapp.com>:

Update all non-major dependencies

COPYBARA_INTEGRATE_REVIEW=#299 from renovate-bot:renovate/all-minor-patch cb49a97
PiperOrigin-RevId: 690485840
Change-Id: I76205310268bc27e3c1ab56be4d42b6d486f4e4c
@renovate-bot renovate-bot changed the title Update all non-major dependencies Update dependency com.google.cloud:google-cloud-logging to v3.20.6 Oct 28, 2024
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from ebbfdc3 to d14714a Compare October 28, 2024 14:04
@renovate-bot renovate-bot changed the title Update dependency com.google.cloud:google-cloud-logging to v3.20.6 Update all non-major dependencies Oct 28, 2024
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from e4f1b30 to f2adace Compare October 29, 2024 01:13
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from f2adace to 05d0d3c Compare October 29, 2024 04:33
copybara-service bot pushed a commit that referenced this pull request Oct 29, 2024
--
05d0d3c by Mend Renovate <bot@renovateapp.com>:

Update all non-major dependencies

COPYBARA_INTEGRATE_REVIEW=#299 from renovate-bot:renovate/all-minor-patch 05d0d3c
PiperOrigin-RevId: 690870869
Change-Id: I1ba450e60d8637dfd64adb866a5b185b08a744ad
@renovate-bot renovate-bot changed the title Update all non-major dependencies Update all non-major dependencies - autoclosed Oct 29, 2024
@renovate-bot renovate-bot deleted the renovate/all-minor-patch branch October 29, 2024 05:05
ludoch added a commit that referenced this pull request Nov 7, 2024
* Copybara import of the project:

--
bbad663 by Mend Renovate <bot@renovateapp.com>:

Update all non-major dependencies

COPYBARA_INTEGRATE_REVIEW=#285 from renovate-bot:renovate/all-minor-patch bbad663
PiperOrigin-RevId: 684477251
Change-Id: If7dfb2beb25d1378618a884350ec5d8d4bd3dd46

* Copybara import of the project:

--
af7d544 by Mend Renovate <bot@renovateapp.com>:

Update all non-major dependencies

COPYBARA_INTEGRATE_REVIEW=#286 from renovate-bot:renovate/all-minor-patch af7d544
PiperOrigin-RevId: 685680510
Change-Id: I96df12dbd2fb7c6eb6cfaae3489626a14766bef9

* Upgrade GAE Java version from 2.0.30 to 2.0.31 and prepare next version 2.0.32-SNAPSHOT

PiperOrigin-RevId: 686867662
Change-Id: Id02da08eb160552da419cace43b86c3558e08b0d

* Update all non-major dependencies

* Update all non-major dependencies

* Fix multithread build by ensuring jars are build correctly before copy those jars

Signed-off-by: Olivier Lamy <olamy@apache.org>

* Update dependency com.google.cloud:google-cloud-logging to v3.20.5

* Simplity copying dependencies

Signed-off-by: Olivier Lamy <olamy@apache.org>

* exclude not needed artifacts

Signed-off-by: Olivier Lamy <olamy@apache.org>

* Do not include runtime-* in WEB-INF/lib

Signed-off-by: Olivier Lamy <olamy@apache.org>

* Copybara import of the project:

--
cb49a97 by Mend Renovate <bot@renovateapp.com>:

Update all non-major dependencies

COPYBARA_INTEGRATE_REVIEW=#299 from renovate-bot:renovate/all-minor-patch cb49a97
PiperOrigin-RevId: 690485840
Change-Id: I76205310268bc27e3c1ab56be4d42b6d486f4e4c

* Copybara import of the project:

--
05d0d3c by Mend Renovate <bot@renovateapp.com>:

Update all non-major dependencies

COPYBARA_INTEGRATE_REVIEW=#299 from renovate-bot:renovate/all-minor-patch 05d0d3c
PiperOrigin-RevId: 690870869
Change-Id: I1ba450e60d8637dfd64adb866a5b185b08a744ad

* Update all non-major dependencies

---------

Signed-off-by: Olivier Lamy <olamy@apache.org>
Co-authored-by: Mend Renovate <bot@renovateapp.com>
Co-authored-by: Srinjoy Ray <srinjoyray@google.com>
Co-authored-by: GAE Java Team <gae-java-bot@google.com>
Co-authored-by: Olivier Lamy <olamy@apache.org>
ludoch added a commit that referenced this pull request Nov 7, 2024
* Copybara import of the project:

--
bbad663 by Mend Renovate <bot@renovateapp.com>:

Update all non-major dependencies

COPYBARA_INTEGRATE_REVIEW=#285 from renovate-bot:renovate/all-minor-patch bbad663
PiperOrigin-RevId: 684477251
Change-Id: If7dfb2beb25d1378618a884350ec5d8d4bd3dd46

* Copybara import of the project:

--
af7d544 by Mend Renovate <bot@renovateapp.com>:

Update all non-major dependencies

COPYBARA_INTEGRATE_REVIEW=#286 from renovate-bot:renovate/all-minor-patch af7d544
PiperOrigin-RevId: 685680510
Change-Id: I96df12dbd2fb7c6eb6cfaae3489626a14766bef9

* Upgrade GAE Java version from 2.0.30 to 2.0.31 and prepare next version 2.0.32-SNAPSHOT

PiperOrigin-RevId: 686867662
Change-Id: Id02da08eb160552da419cace43b86c3558e08b0d

* Update all non-major dependencies

* Update all non-major dependencies

* Fix multithread build by ensuring jars are build correctly before copy those jars

Signed-off-by: Olivier Lamy <olamy@apache.org>

* Update dependency com.google.cloud:google-cloud-logging to v3.20.5

* Simplity copying dependencies

Signed-off-by: Olivier Lamy <olamy@apache.org>

* exclude not needed artifacts

Signed-off-by: Olivier Lamy <olamy@apache.org>

* Do not include runtime-* in WEB-INF/lib

Signed-off-by: Olivier Lamy <olamy@apache.org>

* Copybara import of the project:

--
cb49a97 by Mend Renovate <bot@renovateapp.com>:

Update all non-major dependencies

COPYBARA_INTEGRATE_REVIEW=#299 from renovate-bot:renovate/all-minor-patch cb49a97
PiperOrigin-RevId: 690485840
Change-Id: I76205310268bc27e3c1ab56be4d42b6d486f4e4c

* Copybara import of the project:

--
05d0d3c by Mend Renovate <bot@renovateapp.com>:

Update all non-major dependencies

COPYBARA_INTEGRATE_REVIEW=#299 from renovate-bot:renovate/all-minor-patch 05d0d3c
PiperOrigin-RevId: 690870869
Change-Id: I1ba450e60d8637dfd64adb866a5b185b08a744ad

* Update all non-major dependencies

---------

Signed-off-by: Olivier Lamy <olamy@apache.org>
Co-authored-by: Mend Renovate <bot@renovateapp.com>
Co-authored-by: Srinjoy Ray <srinjoyray@google.com>
Co-authored-by: GAE Java Team <gae-java-bot@google.com>
Co-authored-by: Olivier Lamy <olamy@apache.org>
srinjoyray added a commit that referenced this pull request Nov 9, 2024
* tests fix

* removed extra dependency

* wip

* wip

* fixed testMultiValuePropertySort

* fixed test cases

* wip - fixing test cases

* used getDefaultInstance()

* high level changes

* wip

* wip

* review fix

* wip fixing tests

* wip - fixed DatastoreCallbacksTests

* wip

* wip - fixed nextCall

* fixed tests

* Merge main to proto2 tests (#302)

* Copybara import of the project:

--
bbad663 by Mend Renovate <bot@renovateapp.com>:

Update all non-major dependencies

COPYBARA_INTEGRATE_REVIEW=#285 from renovate-bot:renovate/all-minor-patch bbad663
PiperOrigin-RevId: 684477251
Change-Id: If7dfb2beb25d1378618a884350ec5d8d4bd3dd46

* Copybara import of the project:

--
af7d544 by Mend Renovate <bot@renovateapp.com>:

Update all non-major dependencies

COPYBARA_INTEGRATE_REVIEW=#286 from renovate-bot:renovate/all-minor-patch af7d544
PiperOrigin-RevId: 685680510
Change-Id: I96df12dbd2fb7c6eb6cfaae3489626a14766bef9

* Upgrade GAE Java version from 2.0.30 to 2.0.31 and prepare next version 2.0.32-SNAPSHOT

PiperOrigin-RevId: 686867662
Change-Id: Id02da08eb160552da419cace43b86c3558e08b0d

* Update all non-major dependencies

* Update all non-major dependencies

* Fix multithread build by ensuring jars are build correctly before copy those jars

Signed-off-by: Olivier Lamy <olamy@apache.org>

* Update dependency com.google.cloud:google-cloud-logging to v3.20.5

* Simplity copying dependencies

Signed-off-by: Olivier Lamy <olamy@apache.org>

* exclude not needed artifacts

Signed-off-by: Olivier Lamy <olamy@apache.org>

* Do not include runtime-* in WEB-INF/lib

Signed-off-by: Olivier Lamy <olamy@apache.org>

* Copybara import of the project:

--
cb49a97 by Mend Renovate <bot@renovateapp.com>:

Update all non-major dependencies

COPYBARA_INTEGRATE_REVIEW=#299 from renovate-bot:renovate/all-minor-patch cb49a97
PiperOrigin-RevId: 690485840
Change-Id: I76205310268bc27e3c1ab56be4d42b6d486f4e4c

* Copybara import of the project:

--
05d0d3c by Mend Renovate <bot@renovateapp.com>:

Update all non-major dependencies

COPYBARA_INTEGRATE_REVIEW=#299 from renovate-bot:renovate/all-minor-patch 05d0d3c
PiperOrigin-RevId: 690870869
Change-Id: I1ba450e60d8637dfd64adb866a5b185b08a744ad

* Update all non-major dependencies

---------

Signed-off-by: Olivier Lamy <olamy@apache.org>
Co-authored-by: Mend Renovate <bot@renovateapp.com>
Co-authored-by: Srinjoy Ray <srinjoyray@google.com>
Co-authored-by: GAE Java Team <gae-java-bot@google.com>
Co-authored-by: Olivier Lamy <olamy@apache.org>

* Main to proto2-tests (#303)

* Copybara import of the project:

--
bbad663 by Mend Renovate <bot@renovateapp.com>:

Update all non-major dependencies

COPYBARA_INTEGRATE_REVIEW=#285 from renovate-bot:renovate/all-minor-patch bbad663
PiperOrigin-RevId: 684477251
Change-Id: If7dfb2beb25d1378618a884350ec5d8d4bd3dd46

* Copybara import of the project:

--
af7d544 by Mend Renovate <bot@renovateapp.com>:

Update all non-major dependencies

COPYBARA_INTEGRATE_REVIEW=#286 from renovate-bot:renovate/all-minor-patch af7d544
PiperOrigin-RevId: 685680510
Change-Id: I96df12dbd2fb7c6eb6cfaae3489626a14766bef9

* Upgrade GAE Java version from 2.0.30 to 2.0.31 and prepare next version 2.0.32-SNAPSHOT

PiperOrigin-RevId: 686867662
Change-Id: Id02da08eb160552da419cace43b86c3558e08b0d

* Update all non-major dependencies

* Update all non-major dependencies

* Fix multithread build by ensuring jars are build correctly before copy those jars

Signed-off-by: Olivier Lamy <olamy@apache.org>

* Update dependency com.google.cloud:google-cloud-logging to v3.20.5

* Simplity copying dependencies

Signed-off-by: Olivier Lamy <olamy@apache.org>

* exclude not needed artifacts

Signed-off-by: Olivier Lamy <olamy@apache.org>

* Do not include runtime-* in WEB-INF/lib

Signed-off-by: Olivier Lamy <olamy@apache.org>

* Copybara import of the project:

--
cb49a97 by Mend Renovate <bot@renovateapp.com>:

Update all non-major dependencies

COPYBARA_INTEGRATE_REVIEW=#299 from renovate-bot:renovate/all-minor-patch cb49a97
PiperOrigin-RevId: 690485840
Change-Id: I76205310268bc27e3c1ab56be4d42b6d486f4e4c

* Copybara import of the project:

--
05d0d3c by Mend Renovate <bot@renovateapp.com>:

Update all non-major dependencies

COPYBARA_INTEGRATE_REVIEW=#299 from renovate-bot:renovate/all-minor-patch 05d0d3c
PiperOrigin-RevId: 690870869
Change-Id: I1ba450e60d8637dfd64adb866a5b185b08a744ad

* Update all non-major dependencies

---------

Signed-off-by: Olivier Lamy <olamy@apache.org>
Co-authored-by: Mend Renovate <bot@renovateapp.com>
Co-authored-by: Srinjoy Ray <srinjoyray@google.com>
Co-authored-by: GAE Java Team <gae-java-bot@google.com>
Co-authored-by: Olivier Lamy <olamy@apache.org>

* Fix regression that renamed the same proto in 2 different classes during shading...

---------

Signed-off-by: Olivier Lamy <olamy@apache.org>
Co-authored-by: Ludovic Champenois <ludo@google.com>
Co-authored-by: Mend Renovate <bot@renovateapp.com>
Co-authored-by: GAE Java Team <gae-java-bot@google.com>
Co-authored-by: Olivier Lamy <olamy@apache.org>
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.

2 participants