Conversation

renovate-bot

WhiteSource Renovate

This PR contains the following updates:

PackageChangeAgeAdoptionPassingConfidence
com.google.cloud:google-cloud-shared-dependencies0.18.0 -> 0.19.0ageadoptionpassingconfidence

Release Notes

googleapis/java-shared-dependencies

v0.19.0

Compare Source

Bug Fixes
Dependencies
  • downgrade opencensus version back to 0.28.0 (#​265) (f37025c)
  • update dependency com.google.api-client:google-api-client-bom to v1.31.2 (#​254) (1b0b4a6)
  • update dependency com.google.auth:google-auth-library-bom to v0.23.0 (#​261) (1c0b7bd)
  • update dependency com.google.cloud:google-cloud-core to v1.94.1 (#​272) (44fd4c3)
  • update dependency com.google.errorprone:error_prone_annotations to v2.5.1 (#​255) (6367023)
  • update dependency com.google.http-client:google-http-client-bom to v1.38.1 (#​253) (ad87c74)
  • update dependency com.google.protobuf:protobuf-bom to v3.15.0 (#​278) (989efbd)
  • update dependency io.grpc:grpc-bom to v1.35.0 (#​248) (7a28c6e)
  • update gax.version to v1.61.0 (#​277) (f1c3fb9)
  • update iam.version to v1.0.7 (#​252) (5cb3ed9)
  • update iam.version to v1.0.8 (#​273) (4d5e7f7)

Renovate configuration

📅 Schedule: 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate-botrenovate-bot requested review from a team as code owners February 19, 2021 19:49
@trusted-contributions-gcftrusted-contributions-gcf bot added the kokoro:force-runAdd this label to force Kokoro to re-run the tests.label Feb 19, 2021
@google-clagoogle-cla bot added the cla: yesThis human has signed the Contributor License Agreement.label Feb 19, 2021
@product-auto-labelproduct-auto-label bot added the api: spannerIssues related to the googleapis/java-spanner API.label Feb 19, 2021
@yoshi-kokoroyoshi-kokoro removed the kokoro:force-runAdd this label to force Kokoro to re-run the tests.label Feb 19, 2021
@codecov

Codecov Report

Merging #895 (ad4ae29) into master (a55d7ce) will decrease coverage by 0.39%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #895      +/-   ##
============================================
- Coverage     85.18%   84.79%   -0.40%     
+ Complexity     2622     2621       -1     
============================================
  Files           145      145              
  Lines         14287    14287              
  Branches       1379     1376       -3     
============================================
- Hits          12171    12115      -56     
- Misses         1539     1555      +16     
- Partials        577      617      +40     
Impacted FilesCoverage ΔComplexity Δ
...va/com/google/cloud/spanner/spi/v1/SpannerRpc.java70.58% <0.00%> (-5.89%)0.00% <0.00%> (ø%)
...spanner/admin/database/v1/DatabaseAdminClient.java77.85% <0.00%> (-5.37%)100.00% <0.00%> (ø%)
...ava/com/google/cloud/spanner/v1/SpannerClient.java77.56% <0.00%> (-4.49%)63.00% <0.00%> (ø%)
...spanner/admin/instance/v1/InstanceAdminClient.java74.84% <0.00%> (-4.30%)56.00% <0.00%> (ø%)
...main/java/com/google/cloud/spanner/ResultSets.java95.04% <0.00%> (-1.99%)5.00% <0.00%> (ø%)
.../com/google/cloud/spanner/AbstractReadContext.java85.07% <0.00%> (-1.80%)48.00% <0.00%> (ø%)
...in/java/com/google/cloud/spanner/InstanceInfo.java94.18% <0.00%> (-1.17%)21.00% <0.00%> (ø%)
...oud/spanner/connection/AbstractBaseUnitOfWork.java85.41% <0.00%> (-1.05%)11.00% <0.00%> (ø%)
...in/database/v1/stub/DatabaseAdminStubSettings.java92.62% <0.00%> (-0.93%)32.00% <0.00%> (ø%)
.../google/cloud/spanner/SpannerExceptionFactory.java83.78% <0.00%> (-0.91%)47.00% <0.00%> (ø%)
... and 7 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a55d7ce...ad4ae29. Read the comment docs.

@elharoelharo added the automergeMerge the pull request once unit tests and other checks pass.label Feb 19, 2021
@gcf-merge-on-greengcf-merge-on-green bot merged commit e3e2c95 into googleapis:master Feb 19, 2021
@gcf-merge-on-greengcf-merge-on-green bot removed the automergeMerge the pull request once unit tests and other checks pass.label Feb 19, 2021
@renovate-botrenovate-bot deleted the renovate/google.cloud.shared-dependencies.version branch February 19, 2021 21:50
gcf-merge-on-green bot pushed a commit that referenced this pull request Feb 23, 2021
🤖 I have created a release \*beep\* \*boop\* 
---
### [4.0.1](https://www..com/googleapis/java-spanner/compare/v4.0.0...v4.0.1) (2021-02-22)


### Bug Fixes

* wrong use of getRetryDelayInMillis() / 1000 in documentation and retry loops ([#885](https://www..com/googleapis/java-spanner/issues/885)) ([a55d7ce](https://www..com/googleapis/java-spanner/commit/a55d7ce64fff434151c1c3af0796d290e9db7470)), closes [#874](https://www..com/googleapis/java-spanner/issues/874)


### Documentation

* Add OpenCensus to OpenTelemetry shim to README ([#879](https://www..com/googleapis/java-spanner/issues/879)) ([b58d73d](https://www..com/googleapis/java-spanner/commit/b58d73ddb768c0d33d149ed8bc84f5af618514e1))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.19.0 ([#895](https://www..com/googleapis/java-spanner/issues/895)) ([e3e2c95](https://www..com/googleapis/java-spanner/commit/e3e2c95936f40a7954639a95c84cc9495e318e55))
---


This PR was generated with [Release Please](https://.com/googleapis/release-please). See [documentation](https://.com/googleapis/release-please#release-please).
ansh0l pushed a commit to ansh0l/java-spanner that referenced this pull request Nov 10, 2022
rajatbhatta pushed a commit to rajatbhatta/java-spanner that referenced this pull request Nov 17, 2022
Sign up for free to join this conversation on . Already have an account? Sign in to comment
api: spannerIssues related to the googleapis/java-spanner API.cla: yesThis human has signed the Contributor License Agreement.
None yet

Successfully merging this pull request may close these issues.