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

deps: update dependency com.google.cloud:google-cloud-spanner to v1.49.0 #241

Conversation

renovate-bot
Copy link
Contributor

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

This PR contains the following updates:

Package Update Change
com.google.cloud:google-cloud-spanner minor 1.47.0 -> 1.49.0

Release Notes

googleapis/java-spanner

v1.49.0

Compare Source

Features
Bug Fixes
Dependencies
  • mockito scope should be test (#​29) (9b0733d)
  • update dependency com.google.truth:truth to v1.0.1 (#​35) (fa2b471)
  • update dependency org.threeten:threetenbp to v1.4.1 (c22c831)

v1.48.0

Compare Source

Features
Bug Fixes
Dependencies
  • mockito scope should be test (#​29) (9b0733d)
  • update dependency com.google.truth:truth to v1.0.1 (#​35) (fa2b471)
  • update dependency org.threeten:threetenbp to v1.4.1 (c22c831)

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 if you tick the rebase/retry checkbox below.

🔕 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.

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 13, 2020
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 13, 2020
@yoshi-kokoro yoshi-kokoro removed kokoro:run Add this label to force Kokoro to re-run the tests. labels Jan 13, 2020
@suztomo
Copy link
Member

suztomo commented Jan 13, 2020

Does com.google.cloud:google-cloud-spanner really need mockito-all-1.10.19.jar at compile scope? (mockito is usually test scope)

SEVERE: Newly introduced problems:
Class org.mockito.asm.signature.SignatureVisitor is not found
  referenced from org.mockito.asm.util.CheckSignatureAdapter (mockito-all-1.10.19.jar)
  referenced from org.mockito.asm.util.TraceSignatureVisitor (mockito-all-1.10.19.jar)
Class org.mockito.asm.signature.SignatureReader is not found
  referenced from org.mockito.asm.util.TraceClassVisitor (mockito-all-1.10.19.jar)
  referenced from org.mockito.asm.util.TraceMethodVisitor (mockito-all-1.10.19.jar)
Class org.apache.tools.ant.types.FileSet is not found
  referenced from org.mockito.cglib.transform.AbstractProcessTask (mockito-all-1.10.19.jar)
Class org.apache.tools.ant.BuildException is not found
  referenced from org.mockito.cglib.transform.AbstractProcessTask (mockito-all-1.10.19.jar)
Class org.apache.tools.ant.Task is not found
  referenced from org.mockito.cglib.transform.AbstractProcessTask (mockito-all-1.10.19.jar)
Class org.apache.tools.ant.DirectoryScanner is not found
  referenced from org.mockito.cglib.transform.AbstractProcessTask (mockito-all-1.10.19.jar)
(mockito-all-1.10.19.jar) org.hamcrest.CoreMatchers's method containsString(String arg1) is not found
  referenced from org.junit.rules.ExpectedException (junit-4.12.jar)
  referenced from org.junit.matchers.JUnitMatchers (junit-4.12.jar)
(mockito-all-1.10.19.jar) org.hamcrest.CoreMatchers's method everyItem(org.hamcrest.Matcher arg1) is not found
  referenced from org.junit.Assume (junit-4.12.jar)
  referenced from org.junit.matchers.JUnitMatchers (junit-4.12.jar)
(mockito-all-1.10.19.jar) org.hamcrest.CoreMatchers's method hasItem(Object arg1) is not found
  referenced from org.junit.matchers.JUnitMatchers (junit-4.12.jar)
(mockito-all-1.10.19.jar) org.hamcrest.CoreMatchers's method hasItem(org.hamcrest.Matcher arg1) is not found
  referenced from org.junit.matchers.JUnitMatchers (junit-4.12.jar)
(mockito-all-1.10.19.jar) org.hamcrest.CoreMatchers's method hasItems(Object[] arg1) is not found
  referenced from org.junit.matchers.JUnitMatchers (junit-4.12.jar)
(mockito-all-1.10.19.jar) org.hamcrest.CoreMatchers's method hasItems(org.hamcrest.Matcher[] arg1) is not found
  referenced from org.junit.matchers.JUnitMatchers (junit-4.12.jar)
(mockito-all-1.10.19.jar) org.hamcrest.CoreMatchers's method both(org.hamcrest.Matcher arg1) is not found
  referenced from org.junit.matchers.JUnitMatchers (junit-4.12.jar)
(mockito-all-1.10.19.jar) org.hamcrest.CoreMatchers's method either(org.hamcrest.Matcher arg1) is not found
  referenced from org.junit.matchers.JUnitMatchers (junit-4.12.jar)
(mockito-all-1.10.19.jar) Interface org.hamcrest.Matcher's method describeMismatch(Object arg1, org.hamcrest.Description arg2) is not found
  referenced from org.junit.internal.matchers.ThrowableMessageMatcher (junit-4.12.jar)
  referenced from org.junit.internal.matchers.StacktracePrintingMatcher (junit-4.12.jar)
  referenced from org.junit.internal.matchers.ThrowableCauseMatcher (junit-4.12.jar)

mockito-all-1.10.19.jar is at:
  com.google.cloud:google-cloud-spanner:1.48.0 (compile) / org.mockito:mockito-all:1.10.19 (compile)
junit-4.12.jar is at:
  com.google.http-client:google-http-client-test:1.34.0 (compile) / junit:junit:4.12 (compile)
  io.grpc:grpc-testing:1.26.0 (compile) / junit:junit:4.12 (compile)
  com.google.guava:guava-testlib:28.1-android (compile) / junit:junit:4.12 (compile)

@chingor13
Copy link
Collaborator

@suztomo It should not. Opened googleapis/java-spanner#29 to fix it

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 16, 2020
@renovate-bot renovate-bot force-pushed the renovate/com.google.cloud-google-cloud-spanner-1.x branch from 49fd9d0 to 13c92cc Compare January 20, 2020 22:21
@renovate-bot renovate-bot changed the title deps: update dependency com.google.cloud:google-cloud-spanner to v1.48.0 deps: update dependency com.google.cloud:google-cloud-spanner to v1.49.0 Jan 20, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 20, 2020
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 21, 2020
@chingor13 chingor13 closed this Jan 21, 2020
@forking-renovate
Copy link

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (1.49.0). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

@renovate-bot renovate-bot deleted the renovate/com.google.cloud-google-cloud-spanner-1.x branch January 21, 2020 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement. kokoro:run Add this label to force Kokoro to re-run the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants