Skip to content

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Dec 10, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Update Change
com.google.cloud:google-cloud-spanner-bom minor 3.0.5 -> 3.1.2

Release Notes

googleapis/java-spanner

v3.1.2

Compare Source

v3.1.1

Compare Source

v3.1.0

Compare Source

Features
Bug Fixes
Dependencies
  • update dependency com.google.cloud:google-cloud-shared-dependencies to v0.16.0 (#​680) (81cba9a)
  • update dependency com.google.cloud:google-cloud-trace to v1.2.7 (#​646) (0e17be0)
  • update dependency org.openjdk.jmh:jmh-core to v1.27 (#​691) (a2e82e4)
  • update dependency org.openjdk.jmh:jmh-generator-annprocess to v1.27 (#​692) (bca15c2)
3.0.5 (2020-11-19)
Bug Fixes
Dependencies
  • update dependency com.google.cloud:google-cloud-monitoring to v2.0.8 (#​644) (447a99b)
3.0.4 (2020-11-17)
Reverts
3.0.3 (2020-11-16)
Dependencies
3.0.2 (2020-11-13)
Bug Fixes
Documentation
Dependencies
  • update dependency com.google.cloud:google-cloud-monitoring to v2.0.7 (#​573) (5135e50)
  • update dependency com.google.cloud:google-cloud-shared-dependencies to v0.14.1 (#​567) (2e9c133)
  • update dependency com.google.cloud:google-cloud-shared-dependencies to v0.15.0 (#​614) (3fa7910)
  • update dependency com.google.cloud:google-cloud-trace to v1.2.6 (#​574) (efabe0f)
3.0.1 (2020-10-28)
Bug Fixes
Dependencies
  • update dependency com.google.cloud:google-cloud-shared-dependencies to v0.13.0 (#​521) (0f4c017)

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 December 10, 2020 03:05
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 10, 2020
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Dec 10, 2020
@product-auto-label product-auto-label bot added the api: spanner Issues related to the googleapis/java-spanner-jdbc API. label Dec 10, 2020
@codecov
Copy link

codecov bot commented Dec 10, 2020

Codecov Report

Merging #293 (cec1d30) into master (64939f6) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #293   +/-   ##
=========================================
  Coverage     70.90%   70.90%           
  Complexity     1104     1104           
=========================================
  Files            24       24           
  Lines          3420     3420           
  Branches        525      525           
=========================================
  Hits           2425     2425           
  Misses          780      780           
  Partials        215      215           

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 64939f6...cec1d30. Read the comment docs.

@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 10, 2020
@renovate-bot renovate-bot force-pushed the renovate/com.google.cloud-google-cloud-spanner-bom-3.x branch from 4680e77 to 71ac1e7 Compare December 10, 2020 06:05
@renovate-bot renovate-bot changed the title deps: update dependency com.google.cloud:google-cloud-spanner-bom to v3.1.0 deps: update dependency com.google.cloud:google-cloud-spanner-bom to v3.1.1 Dec 10, 2020
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 10, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 10, 2020
@olavloite
Copy link
Collaborator

@suztomo Do you have any idea what is going wrong here?

The normal pom.xml includes the following three dependencies are runtime dependencies (partial output from mvn dependency:tree):

[INFO] |  +- io.grpc:grpc-grpclb:jar:1.34.0:runtime
[INFO] |  +- org.apache.commons:commons-lang3:jar:3.5:runtime
[INFO] |  +- org.conscrypt:conscrypt-openjdk-uber:jar:2.5.1:runtime

The generated flattened pom however includes these three dependencies as compile time dependencies (partial copy-paste from .flattened-pom.xml):

    <dependency>
      <groupId>io.grpc</groupId>
      <artifactId>grpc-grpclb</artifactId>
      <version>1.34.0</version>
      <scope>compile</scope>
      <exclusions>
...
      </exclusions>
      <optional>false</optional>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.5</version>
      <scope>compile</scope>
      <optional>false</optional>
    </dependency>
    <dependency>
      <groupId>org.conscrypt</groupId>
      <artifactId>conscrypt-openjdk-uber</artifactId>
      <version>2.5.1</version>
      <scope>compile</scope>
      <optional>false</optional>
    </dependency>

@renovate-bot renovate-bot force-pushed the renovate/com.google.cloud-google-cloud-spanner-bom-3.x branch from 71ac1e7 to d4e655d Compare December 11, 2020 02:05
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 11, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 11, 2020
@renovate-bot renovate-bot force-pushed the renovate/com.google.cloud-google-cloud-spanner-bom-3.x branch from d4e655d to d0c1da3 Compare December 11, 2020 08:05
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 11, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 11, 2020
@renovate-bot renovate-bot force-pushed the renovate/com.google.cloud-google-cloud-spanner-bom-3.x branch from d0c1da3 to 3bdb693 Compare December 14, 2020 10:08
@renovate-bot renovate-bot changed the title deps: update dependency com.google.cloud:google-cloud-spanner-bom to v3.1.1 deps: update dependency com.google.cloud:google-cloud-spanner-bom to v3.1.2 Dec 14, 2020
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 14, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 14, 2020
@olavloite olavloite requested a review from suztomo December 14, 2020 11:59
@renovate-bot renovate-bot force-pushed the renovate/com.google.cloud-google-cloud-spanner-bom-3.x branch from 3bdb693 to 7243ac6 Compare December 14, 2020 23:05
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 14, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 14, 2020
@renovate-bot renovate-bot force-pushed the renovate/com.google.cloud-google-cloud-spanner-bom-3.x branch from 7243ac6 to 2f65c19 Compare December 15, 2020 10:04
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 15, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 15, 2020
@olavloite
Copy link
Collaborator

@suztomo The reason has been found, you may ignore my previous questions. Sorry for any inconvenience.

@renovate-bot renovate-bot force-pushed the renovate/com.google.cloud-google-cloud-spanner-bom-3.x branch from 2f65c19 to cec1d30 Compare December 16, 2020 22:05
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 16, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 16, 2020
@renovate-bot renovate-bot changed the title deps: update dependency com.google.cloud:google-cloud-spanner-bom to v3.1.2 deps: update dependency com.google.cloud:google-cloud-spanner-bom to v3.1.2 - autoclosed Dec 16, 2020
@renovate-bot renovate-bot deleted the renovate/com.google.cloud-google-cloud-spanner-bom-3.x branch December 16, 2020 23:18
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-jdbc 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