Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/java-spanner Loading
base: v6.36.0
Choose a base ref
...
head repository: googleapis/java-spanner Loading
compare: v6.36.1
Choose a head ref
  • 17 commits
  • 22 files changed
  • 8 contributors

Commits on Feb 8, 2023

  1. chore(main): release 6.36.1-SNAPSHOT (#2270)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ### Updating meta-information for bleeding-edge SNAPSHOT release.
    
    ---
    This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
    release-please[bot] committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    fa8edb3 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. fix: prevent illegal negative timeout values into thread sleep() meth…

    …od while retrying exceptions in unit tests. (#2268)
    
    * fix: prevent illegal negative timeout values into thread sleep() method while retrying exceptions in unit tests.
    
    * For details on issue see - #2206
    arpan14 committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    ce66098 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency com.google.cloud:libraries-bom to v26.…

    …7.0 (#2274)
    
    * chore(deps): update dependency com.google.cloud:libraries-bom to v26.7.0
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    renovate-bot and gcf-owl-bot[bot] committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    bab3db9 View commit details
    Browse the repository at this point in the history
  3. build(deps): update dependency org.apache.maven.plugins:maven-deploy-…

    …plugin to v3.1.0 (#2272)
    
    * build(deps): update dependency org.apache.maven.plugins:maven-deploy-plugin to v3.1.0
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    renovate-bot and gcf-owl-bot[bot] committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    5da292a View commit details
    Browse the repository at this point in the history
  4. chore(deps): update dependency com.google.cloud:google-cloud-spanner …

    …to v6.36.0 (#2271)
    
    * chore(deps): update dependency com.google.cloud:google-cloud-spanner to v6.36.0
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    renovate-bot and gcf-owl-bot[bot] committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    0a2029a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0ca86a View commit details
    Browse the repository at this point in the history
  6. build(deps): bump cryptography from 38.0.3 to 39.0.1 in /.kokoro (#2267)

    Bumps [cryptography](https://togithub.com/pyca/cryptography) from 38.0.3 to 39.0.1.
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://togithub.com/pyca/cryptography/blob/main/CHANGELOG.rst">cryptography's changelog</a>.</em></p>
    <blockquote>
    <p>39.0.1 - 2023-02-07</p>
    <pre><code>
    * **SECURITY ISSUE** - Fixed a bug where ``Cipher.update_into`` accepted Python
      buffer protocol objects, but allowed immutable buffers. **CVE-2023-23931**
    * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.8.
    <p>.. _v39-0-0:</p>
    <p>39.0.0 - 2023-01-01
    </code></pre></p>
    <ul>
    <li><strong>BACKWARDS INCOMPATIBLE:</strong> Support for OpenSSL 1.1.0 has been removed.
    Users on older version of OpenSSL will need to upgrade.</li>
    <li><strong>BACKWARDS INCOMPATIBLE:</strong> Dropped support for LibreSSL &lt; 3.5. The new
    minimum LibreSSL version is 3.5.0. Going forward our policy is to support
    versions of LibreSSL that are available in versions of OpenBSD that are
    still receiving security support.</li>
    <li><strong>BACKWARDS INCOMPATIBLE:</strong> Removed the <code>encode_point</code> and
    <code>from_encoded_point</code> methods on
    :class:<code>~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicNumbers</code>,
    which had been deprecated for several years.
    :meth:<code>~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey.public_bytes</code>
    and
    :meth:<code>~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey.from_encoded_point</code>
    should be used instead.</li>
    <li><strong>BACKWARDS INCOMPATIBLE:</strong> Support for using MD5 or SHA1 in
    :class:<code>~cryptography.x509.CertificateBuilder</code>, other X.509 builders, and
    PKCS7 has been removed.</li>
    <li><strong>BACKWARDS INCOMPATIBLE:</strong> Dropped support for macOS 10.10 and 10.11, macOS
    users must upgrade to 10.12 or newer.</li>
    <li><strong>ANNOUNCEMENT:</strong> The next version of <code>cryptography</code> (40.0) will change
    the way we link OpenSSL. This will only impact users who build
    <code>cryptography</code> from source (i.e., not from a <code>wheel</code>), and specify their
    own version of OpenSSL. For those users, the <code>CFLAGS</code>, <code>LDFLAGS</code>,
    <code>INCLUDE</code>, <code>LIB</code>, and <code>CRYPTOGRAPHY_SUPPRESS_LINK_FLAGS</code> environment
    variables will no longer be respected. Instead, users will need to
    configure their builds <code>as documented here</code>_.</li>
    <li>Added support for
    :ref:<code>disabling the legacy provider in OpenSSL 3.0.x&lt;legacy-provider&gt;</code>.</li>
    <li>Added support for disabling RSA key validation checks when loading RSA
    keys via
    :func:<code>~cryptography.hazmat.primitives.serialization.load_pem_private_key</code>,
    :func:<code>~cryptography.hazmat.primitives.serialization.load_der_private_key</code>,
    and
    :meth:<code>~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateNumbers.private_key</code>.
    This speeds up key loading but is :term:<code>unsafe</code> if you are loading potentially
    attacker supplied keys.</li>
    <li>Significantly improved performance for
    :class:<code>~cryptography.hazmat.primitives.ciphers.aead.ChaCha20Poly1305</code></li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://togithub.com/pyca/cryptography/commit/d6951dca25de45abd52da51b608055371fbcde4e"><code>d6951dc</code></a> changelog + security fix backport (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/8231">#8231</a>)</li>
    <li><a href="https://togithub.com/pyca/cryptography/commit/138da90c8450446b19619e3faa77b9da54c34be3"><code>138da90</code></a> workaround scapy bug in downstream tests (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/8218">#8218</a>) (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/8228">#8228</a>)</li>
    <li><a href="https://togithub.com/pyca/cryptography/commit/69527bc79095c9646d7e839121f0783477892ecc"><code>69527bc</code></a> bookworm is py311 now (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/8200">#8200</a>)</li>
    <li><a href="https://togithub.com/pyca/cryptography/commit/111deefb659b8d73c56d3ce89458f2df973d60e4"><code>111deef</code></a> backport main branch CI to 39.0.x (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/8153">#8153</a>)</li>
    <li><a href="https://togithub.com/pyca/cryptography/commit/338a65a7df74e189f6b5d1d3a6315ffa911b21c2"><code>338a65a</code></a> 39.0.0 version bump (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/7954">#7954</a>)</li>
    <li><a href="https://togithub.com/pyca/cryptography/commit/84a3cd7abb16f594d8c315e8aedb4be02583bf6a"><code>84a3cd7</code></a> automatically download and upload circleci wheels (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/7949">#7949</a>)</li>
    <li><a href="https://togithub.com/pyca/cryptography/commit/525c0b3d5d89eab7f953be5de5d2b75da1c816f8"><code>525c0b3</code></a> Type annotate release.py (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/7951">#7951</a>)</li>
    <li><a href="https://togithub.com/pyca/cryptography/commit/46d2a94d1b574abf5b9e88f84fa7400a138c4edb"><code>46d2a94</code></a> Use the latest 3.10 release when wheel building (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/7953">#7953</a>)</li>
    <li><a href="https://togithub.com/pyca/cryptography/commit/f150dc15582c05b1b94cf08ed3b1fbc9c4f52267"><code>f150dc1</code></a> fix CI to work with ubuntu 22.04 (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/7950">#7950</a>)</li>
    <li><a href="https://togithub.com/pyca/cryptography/commit/8867724b2b6db528d2900414ef86c122a1f5602a"><code>8867724</code></a> fix README for python3 (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/7947">#7947</a>)</li>
    <li>Additional commits viewable in <a href="https://togithub.com/pyca/cryptography/compare/38.0.3...39.0.1">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cryptography&package-manager=pip&previous-version=38.0.3&new-version=39.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
    - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
    - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
    - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
    
    You can disable automated security fix PRs for this repo from the [Security Alerts page](https://togithub.com/googleapis/java-spanner/network/alerts).
    
    </details>
    dependabot[bot] committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    46c0a2f View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. build(deps): bump cryptography from 38.0.3 to 39.0.1 in /synthtool/gc…

    …p/templates/java_library/.kokoro (#1761) (#2276)
    
    * build(deps): bump cryptography
    
    Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.3 to 39.0.1.
    - [Release notes](https://github.com/pyca/cryptography/releases)
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@38.0.3...39.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: indirect
    ...
    
    
    
    * chore: disabling dependabot
    
    ---------
    
    
    
    
    
    Source-Link: googleapis/synthtool@0c6f8d4
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:5ee35ee919254a3d1e7d4f8abbf1b8c8869ade317ceb2e4df709af1b4b3e9ca1
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Tomo Suzuki <[email protected]>
    Co-authored-by: ddixit14 <[email protected]>
    5 people committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    923c87c View commit details
    Browse the repository at this point in the history
  2. deps: update dependency com.google.cloud:google-cloud-shared-dependen…

    …cies to v3.3.0 (#2285)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.cloud:google-cloud-shared-dependencies](https://togithub.com/googleapis/google-cloud-java) | `3.2.0` -> `3.3.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.3.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.3.0/compatibility-slim/3.2.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.3.0/confidence-slim/3.2.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), 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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-spanner).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEyNS4xIn0=-->
    renovate-bot committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    bb5d5c6 View commit details
    Browse the repository at this point in the history
  3. deps: update dependency com.google.cloud:google-cloud-trace to v2.11.0 (

    #2286)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.cloud:google-cloud-trace](https://togithub.com/googleapis/google-cloud-java) | `2.10.0` -> `2.11.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-trace/2.11.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-trace/2.11.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-trace/2.11.0/compatibility-slim/2.10.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-trace/2.11.0/confidence-slim/2.10.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), 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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-spanner).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEyNS4xIn0=-->
    renovate-bot committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    3c80932 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. chore(deps): update dependency com.google.cloud:libraries-bom to v26.…

    …8.0 (#2283)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.cloud:libraries-bom](https://cloud.google.com/java/docs/bom) ([source](https://togithub.com/googleapis/java-cloud-bom)) | `26.7.0` -> `26.8.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.8.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.8.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.8.0/compatibility-slim/26.7.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.8.0/confidence-slim/26.7.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/java-cloud-bom</summary>
    
    ### [`v26.8.0`](https://togithub.com/googleapis/java-cloud-bom/blob/HEAD/CHANGELOG.md#&#8203;2680-httpsgithubcomgoogleapisjava-cloud-bomcomparev2670v2680-2023-02-13)
    
    [Compare Source](https://togithub.com/googleapis/java-cloud-bom/compare/v26.7.0...v26.8.0)
    
    ##### Dependencies
    
    -   update dependency com.google.cloud:google-cloud-bigtable-bom to v2.19.0 ([#&#8203;5817](https://togithub.com/googleapis/java-cloud-bom/issues/5817)) ([cacbbd8](https://togithub.com/googleapis/java-cloud-bom/commit/cacbbd8854cef64615ecf4f14a5699e08c0924e6))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), 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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-spanner).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEyNS4xIn0=-->
    renovate-bot committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    1ec5bf8 View commit details
    Browse the repository at this point in the history
  2. deps: update dependency com.google.cloud:google-cloud-monitoring to v…

    …3.12.0 (#2284)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.cloud:google-cloud-monitoring](https://togithub.com/googleapis/google-cloud-java) | `3.11.0` -> `3.12.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-monitoring/3.12.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-monitoring/3.12.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-monitoring/3.12.0/compatibility-slim/3.11.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-monitoring/3.12.0/confidence-slim/3.11.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), 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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-spanner).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEyNS4xIn0=-->
    renovate-bot committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    0be701a View commit details
    Browse the repository at this point in the history
  3. deps: update dependency org.graalvm.buildtools:native-maven-plugin to…

    … v0.9.20 (#2281)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [org.graalvm.buildtools:native-maven-plugin](https://togithub.com/graalvm/native-build-tools) | `0.9.19` -> `0.9.20` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.20/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.20/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.20/compatibility-slim/0.9.19)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.20/confidence-slim/0.9.19)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>graalvm/native-build-tools</summary>
    
    ### [`v0.9.20`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.9.20)
    
    [Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.19...0.9.20)
    
    #### What's Changed
    
    -   Introduce a `showPublications` task by [@&#8203;melix](https://togithub.com/melix) in [https://togithub.com/graalvm/native-build-tools/pull/375](https://togithub.com/graalvm/native-build-tools/pull/375)
    -   Quickstart guides for Native Image Build Tools Maven/Gradle plugins. by [@&#8203;olyagpl](https://togithub.com/olyagpl) in [https://togithub.com/graalvm/native-build-tools/pull/381](https://togithub.com/graalvm/native-build-tools/pull/381)
    -   Fix `NativeImageUtils#checkVersion` by [@&#8203;sdeleuze](https://togithub.com/sdeleuze) in [https://togithub.com/graalvm/native-build-tools/pull/386](https://togithub.com/graalvm/native-build-tools/pull/386)
    -   Clarify bug report templates by [@&#8203;melix](https://togithub.com/melix) in [https://togithub.com/graalvm/native-build-tools/pull/392](https://togithub.com/graalvm/native-build-tools/pull/392)
    -   Fix deadlock when collecting metadata by [@&#8203;melix](https://togithub.com/melix) in [https://togithub.com/graalvm/native-build-tools/pull/391](https://togithub.com/graalvm/native-build-tools/pull/391)
    -   Add maven support for agent by [@&#8203;dnestoro](https://togithub.com/dnestoro) in [https://togithub.com/graalvm/native-build-tools/pull/343](https://togithub.com/graalvm/native-build-tools/pull/343)
    -   Update metadataRepository version by [@&#8203;dnestoro](https://togithub.com/dnestoro) in [https://togithub.com/graalvm/native-build-tools/pull/394](https://togithub.com/graalvm/native-build-tools/pull/394)
    -   Make max parallel native image builds configurable by [@&#8203;melix](https://togithub.com/melix) in [https://togithub.com/graalvm/native-build-tools/pull/395](https://togithub.com/graalvm/native-build-tools/pull/395)
    -   Set regex to accept both GraalVM and native-image as version names by [@&#8203;dnestoro](https://togithub.com/dnestoro) in [https://togithub.com/graalvm/native-build-tools/pull/396](https://togithub.com/graalvm/native-build-tools/pull/396)
    -   Add missing notes in index by [@&#8203;dnestoro](https://togithub.com/dnestoro) in [https://togithub.com/graalvm/native-build-tools/pull/399](https://togithub.com/graalvm/native-build-tools/pull/399)
    
    #### New Contributors
    
    -   [@&#8203;olyagpl](https://togithub.com/olyagpl) made their first contribution in [https://togithub.com/graalvm/native-build-tools/pull/381](https://togithub.com/graalvm/native-build-tools/pull/381)
    
    **Full Changelog**: https://togithub.com/graalvm/native-build-tools/compare/0.9.19...0.9.20
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), 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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-spanner).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEyNS4xIn0=-->
    renovate-bot committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    f2aabc2 View commit details
    Browse the repository at this point in the history
  4. deps: update dependency org.graalvm.buildtools:junit-platform-native …

    …to v0.9.20 (#2280)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [org.graalvm.buildtools:junit-platform-native](https://togithub.com/graalvm/native-build-tools) | `0.9.19` -> `0.9.20` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.20/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.20/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.20/compatibility-slim/0.9.19)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.20/confidence-slim/0.9.19)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>graalvm/native-build-tools</summary>
    
    ### [`v0.9.20`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.9.20)
    
    [Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.19...0.9.20)
    
    #### What's Changed
    
    -   Introduce a `showPublications` task by [@&#8203;melix](https://togithub.com/melix) in [https://togithub.com/graalvm/native-build-tools/pull/375](https://togithub.com/graalvm/native-build-tools/pull/375)
    -   Quickstart guides for Native Image Build Tools Maven/Gradle plugins. by [@&#8203;olyagpl](https://togithub.com/olyagpl) in [https://togithub.com/graalvm/native-build-tools/pull/381](https://togithub.com/graalvm/native-build-tools/pull/381)
    -   Fix `NativeImageUtils#checkVersion` by [@&#8203;sdeleuze](https://togithub.com/sdeleuze) in [https://togithub.com/graalvm/native-build-tools/pull/386](https://togithub.com/graalvm/native-build-tools/pull/386)
    -   Clarify bug report templates by [@&#8203;melix](https://togithub.com/melix) in [https://togithub.com/graalvm/native-build-tools/pull/392](https://togithub.com/graalvm/native-build-tools/pull/392)
    -   Fix deadlock when collecting metadata by [@&#8203;melix](https://togithub.com/melix) in [https://togithub.com/graalvm/native-build-tools/pull/391](https://togithub.com/graalvm/native-build-tools/pull/391)
    -   Add maven support for agent by [@&#8203;dnestoro](https://togithub.com/dnestoro) in [https://togithub.com/graalvm/native-build-tools/pull/343](https://togithub.com/graalvm/native-build-tools/pull/343)
    -   Update metadataRepository version by [@&#8203;dnestoro](https://togithub.com/dnestoro) in [https://togithub.com/graalvm/native-build-tools/pull/394](https://togithub.com/graalvm/native-build-tools/pull/394)
    -   Make max parallel native image builds configurable by [@&#8203;melix](https://togithub.com/melix) in [https://togithub.com/graalvm/native-build-tools/pull/395](https://togithub.com/graalvm/native-build-tools/pull/395)
    -   Set regex to accept both GraalVM and native-image as version names by [@&#8203;dnestoro](https://togithub.com/dnestoro) in [https://togithub.com/graalvm/native-build-tools/pull/396](https://togithub.com/graalvm/native-build-tools/pull/396)
    -   Add missing notes in index by [@&#8203;dnestoro](https://togithub.com/dnestoro) in [https://togithub.com/graalvm/native-build-tools/pull/399](https://togithub.com/graalvm/native-build-tools/pull/399)
    
    #### New Contributors
    
    -   [@&#8203;olyagpl](https://togithub.com/olyagpl) made their first contribution in [https://togithub.com/graalvm/native-build-tools/pull/381](https://togithub.com/graalvm/native-build-tools/pull/381)
    
    **Full Changelog**: https://togithub.com/graalvm/native-build-tools/compare/0.9.19...0.9.20
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), 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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-spanner).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEyNS4xIn0=-->
    renovate-bot committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    685d1ea View commit details
    Browse the repository at this point in the history
  5. build(deps): update dependency org.apache.maven.plugins:maven-javadoc…

    …-plugin to v3.5.0 (#2282)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [org.apache.maven.plugins:maven-javadoc-plugin](https://maven.apache.org/plugins/) | `3.4.1` -> `3.5.0` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.5.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.5.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.5.0/compatibility-slim/3.4.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.5.0/confidence-slim/3.4.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), 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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-spanner).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEyNS4xIn0=-->
    renovate-bot committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    ff82a46 View commit details
    Browse the repository at this point in the history
  6. build(deps): update dependency org.apache.maven.plugins:maven-failsaf…

    …e-plugin to v3.0.0-m9 (#2279)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [org.apache.maven.plugins:maven-failsafe-plugin](https://maven.apache.org/surefire/) | `3.0.0-M8` -> `3.0.0-M9` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-failsafe-plugin/3.0.0-M9/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-failsafe-plugin/3.0.0-M9/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-failsafe-plugin/3.0.0-M9/compatibility-slim/3.0.0-M8)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-failsafe-plugin/3.0.0-M9/confidence-slim/3.0.0-M8)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), 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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-spanner).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEyNS4xIn0=-->
    renovate-bot committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    f76337e View commit details
    Browse the repository at this point in the history
  7. chore(main): release 6.36.1 (#2273)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [6.36.1](https://togithub.com/googleapis/java-spanner/compare/v6.36.0...v6.36.1) (2023-02-21)
    
    
    ### Bug Fixes
    
    * Prevent illegal negative timeout values into thread sleep() method while retrying exceptions in unit tests. ([#2268](https://togithub.com/googleapis/java-spanner/issues/2268)) ([ce66098](https://togithub.com/googleapis/java-spanner/commit/ce66098c7139ea13d5ea91cf6fbceb5c732b392d))
    
    
    ### Dependencies
    
    * Update dependency com.google.api.grpc:proto-google-cloud-spanner-executor-v1 to v1.2.0 ([#2256](https://togithub.com/googleapis/java-spanner/issues/2256)) ([f0ca86a](https://togithub.com/googleapis/java-spanner/commit/f0ca86a0858bde84cc38f1ad8fae5f3c4f4f3395))
    * Update dependency com.google.cloud:google-cloud-monitoring to v3.12.0 ([#2284](https://togithub.com/googleapis/java-spanner/issues/2284)) ([0be701a](https://togithub.com/googleapis/java-spanner/commit/0be701a8b59277f2cfb990a88e4f1dafcbafdd97))
    * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.3.0 ([#2285](https://togithub.com/googleapis/java-spanner/issues/2285)) ([bb5d5c6](https://togithub.com/googleapis/java-spanner/commit/bb5d5c66e78812b943a85e0fd888e7021c11bde1))
    * Update dependency com.google.cloud:google-cloud-trace to v2.11.0 ([#2286](https://togithub.com/googleapis/java-spanner/issues/2286)) ([3c80932](https://togithub.com/googleapis/java-spanner/commit/3c80932d577de0ea108e695d0a4e542fbfc01deb))
    * Update dependency org.graalvm.buildtools:junit-platform-native to v0.9.20 ([#2280](https://togithub.com/googleapis/java-spanner/issues/2280)) ([685d1ea](https://togithub.com/googleapis/java-spanner/commit/685d1ea1c3bf59cd71093a68c260276c605d835f))
    * Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.20 ([#2281](https://togithub.com/googleapis/java-spanner/issues/2281)) ([f2aabc2](https://togithub.com/googleapis/java-spanner/commit/f2aabc24770d1b9c505dfc96b39fe81c6a0ad5a5))
    
    ---
    This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
    release-please[bot] committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    9fdc04a View commit details
    Browse the repository at this point in the history
Loading