Skip to content

chore(deps): update dependency com.google.cloud:google-cloud-spanner to v4.0.2 #909

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

Conversation

renovate-bot
Copy link
Contributor

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.cloud:google-cloud-spanner 4.0.1 -> 4.0.2 age adoption passing confidence

Release Notes

googleapis/java-spanner

v4.0.2

Compare Source


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-bot renovate-bot requested review from a team as code owners February 24, 2021 02:06
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 24, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Feb 24, 2021
@product-auto-label product-auto-label bot added the api: spanner Issues related to the googleapis/java-spanner API. label Feb 24, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 24, 2021
@codecov
Copy link

codecov bot commented Feb 24, 2021

Codecov Report

Merging #909 (38bf2e4) into master (e3a5342) will decrease coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #909      +/-   ##
============================================
- Coverage     85.23%   85.20%   -0.04%     
+ Complexity     2627     2622       -5     
============================================
  Files           145      145              
  Lines         14287    14287              
  Branches       1379     1379              
============================================
- Hits          12178    12173       -5     
- Misses         1533     1538       +5     
  Partials        576      576              
Impacted Files Coverage Δ Complexity Δ
...r/AbortedDueToConcurrentModificationException.java 42.85% <0.00%> (-42.86%) 1.00% <0.00%> (-1.00%)
...m/google/cloud/spanner/connection/FailedQuery.java 75.86% <0.00%> (-3.45%) 2.00% <0.00%> (-1.00%)
.../google/cloud/spanner/SpannerExceptionFactory.java 84.68% <0.00%> (-0.91%) 47.00% <0.00%> (-1.00%)

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 e3a5342...38bf2e4. Read the comment docs.

@thiagotnunes thiagotnunes merged commit f3a7a64 into googleapis:master Feb 24, 2021
@renovate-bot renovate-bot deleted the renovate/com.google.cloud-google-cloud-spanner-4.x branch February 24, 2021 02:36
rajatbhatta pushed a commit to rajatbhatta/java-spanner that referenced this pull request Nov 17, 2022
Some tests used invalid escaping of quotes in PostgreSQL queries. They
assumed that a quote in a quoted string could be escaped by prefixing
it with a backslash. This is however not allowed in PostgreSQL, and
instead the quote must be escaped by including the same quote twice in
the string.
The Spanner Java client library contained a bug that allowed the
backslash-escaped quotes to be accepted. This bug has been fixed in
6.25.7 and these tests therefore need to be modified to be able to
update to that version.

Fixes the build error in googleapis#898
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the googleapis/java-spanner API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants