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-bigquery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.1
Choose a base ref
...
head repository: googleapis/java-bigquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.0
Choose a head ref
  • 10 commits
  • 17 files changed
  • 4 contributors

Commits on Oct 5, 2021

  1. Configuration menu
    Copy the full SHA
    4b990c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. Configuration menu
    Copy the full SHA
    efb733e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99e0ab2 View commit details
    Browse the repository at this point in the history
  3. chore: release 2.2.2-SNAPSHOT (#1637)

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

Commits on Oct 7, 2021

  1. chore: update repo-metadata.json client_documentation link (#1641)

    * chore: updating doc link
    
    * chore: fix missing comma
    eaball35 authored Oct 7, 2021
    Configuration menu
    Copy the full SHA
    2b942da View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. test(deps): update dependency org.mockito:mockito-core to v4 (#1642)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [org.mockito:mockito-core](https://togithub.com/mockito/mockito) | `2.28.2` -> `4.0.0` | [![age](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.0.0/compatibility-slim/2.28.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.0.0/confidence-slim/2.28.2)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>mockito/mockito</summary>
    
    ### [`v4.0.0`](https://togithub.com/mockito/mockito/releases/v4.0.0)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v3.12.4...v4.0.0)
    
    ### Mockito 4: Removing deprecated APIs.
    
    All of these APIs have been marked as deprecated and have been present
    in Mockito for quite a while.
    
    An overview of now-deleted classes/methods:
    
    -   `org.mockito.Matchers` which was an alias for
        `org.mockito.ArgumentMatchers`
    -   `org.mockito.ArgumentMatchers#{anyObject,anyVararg}` both which were
        aliases for `org.mockito.ArgumentMatchers#any`
    -   `org.mockito.ArgumentMatchers#any*Of`, which were aliases for the same
        method name without the Of and the generic parameters (which were
        ignored)
    -   `org.mockito.ArgumentMatchers#{is}{Not}Null(Class)` which took a class
        which was ignored. Aliases for the same methods without the parameter
    -   `org.mockito.MockedStatic#verify` which had the parameter types reversed
    -   `org.mockito.Mockito#verifyZeroInteractions` an alias of
        `verifyNoMoreInteractions`
    -   `org.mockito.Mockito#debug` framework integration API that we later
        refactored
    -   `org.mockito.configuration.AnnotationEngine` which was leaking internal
        APIs and instead users should use `org.mockito.plugins.AnnotationEngine`
    -   `org.mockito.exceptions.verification.TooLittleActualInvocations` fixed
        the grammar from "Little" to "Few"
    -   Numerous internal APIs that we never officially supported and can now
        remove
    -   `org.mockito.plugins.InstantiatorProvider` which was leaking internal
        APIs and instead users should use InstantiatorProvider2 (we should
        probably rename back to remove the number in a future major release)
    -   `org.mockito.runners` a package that hosted several old JUnit runners
        which were no longer supported. Users should instead use
        `org.mockito.junit.MockitoJUnitRunner` which is our official JUnit4
        runner.
    
    ### [`v3.12.4`](https://togithub.com/mockito/mockito/releases/v3.12.4)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v3.12.3...v3.12.4)
    
    <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)*</sup></sup>
    
    ##### 3.12.4
    
    -   2021-08-25 - [1 commit(s)](https://togithub.com/mockito/mockito/compare/v3.12.3...v3.12.4) by Rafael Winterhalter
    -   No notable improvements. No pull requests (issues) were referenced from commits.
    
    ### [`v3.12.3`](https://togithub.com/mockito/mockito/releases/v3.12.3)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v3.12.2...v3.12.3)
    
    <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)*</sup></sup>
    
    ##### 3.12.3
    
    -   2021-08-24 - [9 commit(s)](https://togithub.com/mockito/mockito/compare/v3.12.2...v3.12.3) by Rafael Winterhalter
    -   Fix implementation of proxy mock maker for toString and add additional unit tests. [(#&#8203;2405)](https://togithub.com/mockito/mockito/pull/2405)
    -   Avoid cache breakage [(#&#8203;2402)](https://togithub.com/mockito/mockito/pull/2402)
    -   Add a limited mock maker that is based only on the java.lang.reflect.Proxy utility [(#&#8203;2397)](https://togithub.com/mockito/mockito/pull/2397)
    
    ### [`v3.12.2`](https://togithub.com/mockito/mockito/releases/v3.12.2)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v3.12.1...v3.12.2)
    
    <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)*</sup></sup>
    
    ##### 3.12.2
    
    -   2021-08-24 - [2 commit(s)](https://togithub.com/mockito/mockito/compare/v3.12.1...v3.12.2) by Dmitry Vyazelenko, dependabot\[bot]
    -   Fixes [#&#8203;2399](https://togithub.com/mockito/mockito/issues/2399) : Adds defaultAnswer to the MockitoMockKey to distinguish the mock types, i.e. to separate mocks from spies otherwise spy type is reused for a mock or vice versa. [(#&#8203;2400)](https://togithub.com/mockito/mockito/pull/2400)
    -   Sporadic mock verification failures related to hashCode/equals on 3.12.1 [(#&#8203;2399)](https://togithub.com/mockito/mockito/issues/2399)
    -   Bump versions.errorprone from 2.8.1 to 2.9.0 [(#&#8203;2396)](https://togithub.com/mockito/mockito/pull/2396)
    
    ### [`v3.12.1`](https://togithub.com/mockito/mockito/releases/v3.12.1)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v3.12.0...v3.12.1)
    
    <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)*</sup></sup>
    
    ##### 3.12.1
    
    -   2021-08-20 - [2 commit(s)](https://togithub.com/mockito/mockito/compare/v3.12.0...v3.12.1) by Tim van der Lippe, dependabot\[bot]
    -   Fix verifyNoMoreInteractions inOrder invocations for spies [(#&#8203;2395)](https://togithub.com/mockito/mockito/pull/2395)
    -   Regression with InOrder verification after [#&#8203;2369](https://togithub.com/mockito/mockito/issues/2369) [(#&#8203;2394)](https://togithub.com/mockito/mockito/issues/2394)
    -   Bump versions.bytebuddy from 1.11.12 to 1.11.13 [(#&#8203;2393)](https://togithub.com/mockito/mockito/pull/2393)
    
    ### [`v3.12.0`](https://togithub.com/mockito/mockito/releases/v3.12.0)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v3.11.2...v3.12.0)
    
    <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)*</sup></sup>
    
    ##### 3.12.0
    
    -   2021-08-19 - [31 commit(s)](https://togithub.com/mockito/mockito/compare/v3.11.2...v3.12.0) by EugeneLesnov, Lars Vogel, Logan Rosen, Rafael Winterhalter, Rob Pridham, Tim van der Lippe, dependabot\[bot], saurabh7248
    -   Add checks for sealed types [(#&#8203;2392)](https://togithub.com/mockito/mockito/pull/2392)
    -   Bump versions.bytebuddy from 1.11.10 to 1.11.12 [(#&#8203;2388)](https://togithub.com/mockito/mockito/pull/2388)
    -   Bump versions.bytebuddy from 1.11.9 to 1.11.10 [(#&#8203;2387)](https://togithub.com/mockito/mockito/pull/2387)
    -   Bump versions.errorprone from 2.8.0 to 2.8.1 [(#&#8203;2386)](https://togithub.com/mockito/mockito/pull/2386)
    -   Update StaticMockTest to use unified verify method [(#&#8203;2385)](https://togithub.com/mockito/mockito/pull/2385)
    -   Reorder InjectMock Javadoc to fit the order of injection [(#&#8203;2383)](https://togithub.com/mockito/mockito/pull/2383)
    -   Bump core-ktx from 1.5.0 to 1.6.0 [(#&#8203;2382)](https://togithub.com/mockito/mockito/pull/2382)
    -   Bump google-java-format from 1.10.0 to 1.11.0 [(#&#8203;2381)](https://togithub.com/mockito/mockito/pull/2381)
    -   Downgrade Android gradle plugin [(#&#8203;2380)](https://togithub.com/mockito/mockito/pull/2380)
    -   Applied [@&#8203;CheckReturnValue](https://togithub.com/CheckReturnValue) to some classes [(#&#8203;2379)](https://togithub.com/mockito/mockito/pull/2379)
    -   how to solve gradle sync failed after 'Add basic Android instrumented and unit tests' [(#&#8203;2378)](https://togithub.com/mockito/mockito/issues/2378)
    -   Bump junit from 1.1.2 to 1.1.3 [(#&#8203;2377)](https://togithub.com/mockito/mockito/pull/2377)
    -   Bump appcompat from 1.3.0 to 1.3.1 [(#&#8203;2376)](https://togithub.com/mockito/mockito/pull/2376)
    -   Bump kotlin-gradle-plugin from 1.5.20 to 1.5.21 [(#&#8203;2374)](https://togithub.com/mockito/mockito/pull/2374)
    -   Bump material from 1.3.0 to 1.4.0 [(#&#8203;2373)](https://togithub.com/mockito/mockito/pull/2373)
    -   Bump espresso-core from 3.3.0 to 3.4.0 [(#&#8203;2372)](https://togithub.com/mockito/mockito/pull/2372)
    -   Fixes [#&#8203;2331](https://togithub.com/mockito/mockito/issues/2331) [(#&#8203;2369)](https://togithub.com/mockito/mockito/pull/2369)
    -   Fix typo in exception [(#&#8203;2368)](https://togithub.com/mockito/mockito/pull/2368)
    -   Bump versions.bytebuddy from 1.11.8 to 1.11.9 [(#&#8203;2367)](https://togithub.com/mockito/mockito/pull/2367)
    -   Bump versions.errorprone from 2.7.1 to 2.8.0 [(#&#8203;2365)](https://togithub.com/mockito/mockito/pull/2365)
    -   Bump versions.bytebuddy from 1.11.7 to 1.11.8 [(#&#8203;2361)](https://togithub.com/mockito/mockito/pull/2361)
    -   Basic Android instrumented and unit tests (closes [#&#8203;2341](https://togithub.com/mockito/mockito/issues/2341)) [(#&#8203;2360)](https://togithub.com/mockito/mockito/pull/2360)
    -   Bump versions.bytebuddy from 1.11.6 to 1.11.7 [(#&#8203;2359)](https://togithub.com/mockito/mockito/pull/2359)
    -   Bump kotlin-stdlib from 1.5.20 to 1.5.21 [(#&#8203;2356)](https://togithub.com/mockito/mockito/pull/2356)
    -   Bump kotlinx-coroutines-core from 1.5.1 to 1.5.1-native-mt [(#&#8203;2354)](https://togithub.com/mockito/mockito/pull/2354)
    -   Bump kotlinx-coroutines-core from 1.5.0-native-mt to 1.5.1 [(#&#8203;2353)](https://togithub.com/mockito/mockito/pull/2353)
    -   Bump versions.bytebuddy from 1.11.5 to 1.11.6 [(#&#8203;2351)](https://togithub.com/mockito/mockito/pull/2351)
    -   Bump gradle-errorprone-plugin from 2.0.1 to 2.0.2 [(#&#8203;2347)](https://togithub.com/mockito/mockito/pull/2347)
    -   Bump kotlin-stdlib from 1.5.10 to 1.5.20 [(#&#8203;2343)](https://togithub.com/mockito/mockito/pull/2343)
    -   Bump versions.bytebuddy from 1.11.3 to 1.11.5 [(#&#8203;2337)](https://togithub.com/mockito/mockito/pull/2337)
    -   Bump assertj-core from 3.20.1 to 3.20.2 [(#&#8203;2336)](https://togithub.com/mockito/mockito/pull/2336)
    -   Spy doesn't forward hashcode/equals to actual object [(#&#8203;2331)](https://togithub.com/mockito/mockito/issues/2331)
    -   Fixes [#&#8203;2311](https://togithub.com/mockito/mockito/issues/2311) [(#&#8203;2320)](https://togithub.com/mockito/mockito/pull/2320)
    
    ### [`v3.11.2`](https://togithub.com/mockito/mockito/releases/v3.11.2)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v3.11.1...v3.11.2)
    
    <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)*</sup></sup>
    
    ##### 3.11.2
    
    -   2021-06-21 - [5 commit(s)](https://togithub.com/mockito/mockito/compare/v3.11.1...v3.11.2) by dependabot\[bot]
    -   Bump versions.bytebuddy from 1.11.2 to 1.11.3 [(#&#8203;2333)](https://togithub.com/mockito/mockito/pull/2333)
    -   Bump assertj-core from 3.20.0 to 3.20.1 [(#&#8203;2332)](https://togithub.com/mockito/mockito/pull/2332)
    -   Bump org.eclipse.osgi from 3.16.200 to 3.16.300 [(#&#8203;2330)](https://togithub.com/mockito/mockito/pull/2330)
    -   Bump assertj-core from 3.19.0 to 3.20.0 [(#&#8203;2329)](https://togithub.com/mockito/mockito/pull/2329)
    -   Bump shipkit-auto-version from 1.1.17 to 1.1.19 [(#&#8203;2328)](https://togithub.com/mockito/mockito/pull/2328)
    
    ### [`v3.11.1`](https://togithub.com/mockito/mockito/releases/v3.11.1)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v3.11.0...v3.11.1)
    
    <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)*</sup></sup>
    
    ##### 3.11.1
    
    -   2021-06-11 - [3 commit(s)](https://togithub.com/mockito/mockito/compare/v3.11.0...v3.11.1) by Charles Munger, dependabot\[bot]
    -   Bump versions.bytebuddy from 1.11.1 to 1.11.2 [(#&#8203;2322)](https://togithub.com/mockito/mockito/pull/2322)
    -   Check package-privacy of method params [(#&#8203;2318)](https://togithub.com/mockito/mockito/pull/2318)
    -   Bump shipkit-auto-version from 1.1.16 to 1.1.17 [(#&#8203;2317)](https://togithub.com/mockito/mockito/pull/2317)
    
    ### [`v3.11.0`](https://togithub.com/mockito/mockito/releases/v3.11.0)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v3.10.0...v3.11.0)
    
    <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)*</sup></sup>
    
    ##### 3.11.0
    
    -   2021-06-03 - [18 commit(s)](https://togithub.com/mockito/mockito/compare/v3.10.0...v3.11.0) by Charles Munger, Szczepan Faber, dependabot\[bot]
    -   Bump versions.bytebuddy from 1.11.0 to 1.11.1 [(#&#8203;2313)](https://togithub.com/mockito/mockito/pull/2313)
    -   Undo parent for MultipleParentsClassLoader [(#&#8203;2312)](https://togithub.com/mockito/mockito/pull/2312)
    -   Bump shipkit-auto-version from 1.1.14 to 1.1.16 [(#&#8203;2310)](https://togithub.com/mockito/mockito/pull/2310)
    -   Bump gradle/wrapper-validation-action from 1.0.3 to 1.0.4 [(#&#8203;2309)](https://togithub.com/mockito/mockito/pull/2309)
    -   Bump com.github.ben-manes.versions from 0.38.0 to 0.39.0 [(#&#8203;2308)](https://togithub.com/mockito/mockito/pull/2308)
    -   Bump shipkit-auto-version from 1.1.11 to 1.1.14 [(#&#8203;2307)](https://togithub.com/mockito/mockito/pull/2307)
    -   Use the parent classloader if the context classloader is a child of it. [(#&#8203;2306)](https://togithub.com/mockito/mockito/pull/2306)
    -   Bump kotlin-stdlib from 1.5.0 to 1.5.10 [(#&#8203;2305)](https://togithub.com/mockito/mockito/pull/2305)
    -   "The type is not public and its mock class is loaded by a different class loader" with a context classloader that delegates [(#&#8203;2303)](https://togithub.com/mockito/mockito/issues/2303)
    -   Enabled automated changelog [(#&#8203;2301)](https://togithub.com/mockito/mockito/pull/2301)
    -   Bump kotlinx-coroutines-core from 1.4.3-native-mt to 1.5.0-native-mt [(#&#8203;2299)](https://togithub.com/mockito/mockito/pull/2299)
    -   Bump versions.errorprone from 2.6.0 to 2.7.1 [(#&#8203;2298)](https://togithub.com/mockito/mockito/pull/2298)
    -   Bump junit-platform-launcher from 1.7.1 to 1.7.2 [(#&#8203;2297)](https://togithub.com/mockito/mockito/pull/2297)
    -   Bump versions.junitJupiter from 5.7.1 to 5.7.2 [(#&#8203;2296)](https://togithub.com/mockito/mockito/pull/2296)
    -   Renamed main dev branch [(#&#8203;2295)](https://togithub.com/mockito/mockito/pull/2295)
    -   Bump gradle/wrapper-validation-action from 1 to 1.0.3 [(#&#8203;2294)](https://togithub.com/mockito/mockito/pull/2294)
    -   Bump actions/checkout from 2 to 2.3.4 [(#&#8203;2293)](https://togithub.com/mockito/mockito/pull/2293)
    -   'this' is not available - when enabling mock-maker-inline [(#&#8203;2082)](https://togithub.com/mockito/mockito/issues/2082)
    
    ### [`v3.10.0`](https://togithub.com/mockito/mockito/releases/v3.10.0)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v3.8.0...v3.10.0)
    
    <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)*</sup></sup>
    
    ##### 3.10.0
    
    -   2021-05-12 - [0 commit(s)](https://togithub.com/mockito/mockito/compare/HEAD...v3.10.0) by
    -   No notable improvements. No pull requests (issues) were referenced from commits.
    
    ### [`v3.8.0`](https://togithub.com/mockito/mockito/releases/v3.8.0)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v3.7.7...v3.8.0)
    
    <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)*</sup></sup>
    
    ##### 3.8.0
    
    -   2021-02-22 - [1 commit(s)](https://togithub.com/mockito/mockito/compare/v3.7.18...v3.8.0) by Tim van der Lippe
    -   Publish new minor version to Maven central [(#&#8203;2213)](https://togithub.com/mockito/mockito/pull/2213)
    
    ### [`v3.7.7`](https://togithub.com/mockito/mockito/releases/v3.7.7)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v3.7.0...v3.7.7)
    
    <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)*</sup></sup>
    
    ##### 3.7.7
    
    -   2021-01-16 - [1 commit(s)](https://togithub.com/mockito/mockito/compare/v3.7.6...v3.7.7) by Stefan Bohn
    -   Fix reversed order of verify parameters [(#&#8203;2179)](https://togithub.com/mockito/mockito/pull/2179)
    -   Feature request: Unify order of parameters [(#&#8203;2173)](https://togithub.com/mockito/mockito/issues/2173)
    
    ### [`v3.7.0`](https://togithub.com/mockito/mockito/releases/v3.7.0)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v3.6.28...v3.7.0)
    
    <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)*</sup></sup>
    
    ##### 3.7.0
    
    -   2021-01-04 - [2 commit(s)](https://togithub.com/mockito/mockito/compare/v3.6.54...v3.7.0) by Szczepan Faber, Tim van der Lippe
    -   Publish new minor version to Maven central [(#&#8203;2165)](https://togithub.com/mockito/mockito/pull/2165)
    
    ### [`v3.6.28`](https://togithub.com/mockito/mockito/releases/v3.6.28)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v3.6.0...v3.6.28)
    
    <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)*</sup></sup>
    
    ##### 3.6.28
    
    -   2020-11-25 - [1 commit(s)](https://togithub.com/mockito/mockito/compare/v3.6.27...v3.6.28) by Szczepan Faber
    -   No notable improvements. No pull requests (issues) were referenced from commits.
    
    ### [`v3.6.0`](https://togithub.com/mockito/mockito/releases/v3.6.0)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v3.5.15...v3.6.0)
    
    <sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>
    
    ##### 3.6.0
    
    -   2020-10-27 - [7 commits](https://togithub.com/mockito/mockito/compare/v3.5.15...v3.6.0) by [Szczepan Faber](https://togithub.com/mockitoguy) (4), [shipkit-org](https://togithub.com/shipkit-org) (2), [Tim van der Lippe](https://togithub.com/TimvdLippe) (1) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.6.0-green.svg)](https://bintray.com/mockito/maven/mockito/3.6.0)
    -   Retry the release [(#&#8203;2078)](https://togithub.com/mockito/mockito/pull/2078)
    -   Retry 3.6.0 release [(#&#8203;2077)](https://togithub.com/mockito/mockito/pull/2077)
    
    ### [`v3.5.15`](https://togithub.com/mockito/mockito/releases/v3.5.15)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v3.5.13...v3.5.15)
    
    <sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>
    
    ##### 3.5.15
    
    -   2020-10-19 - [4 commits](https://togithub.com/mockito/mockito/compare/v3.5.14...v3.5.15) by [Rafael Winterhalter](https://togithub.com/raphw) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.5.15-green.svg)](https://bintray.com/mockito/maven/mockito/3.5.15)
    -   Mock resolver plugin [(#&#8203;2042)](https://togithub.com/mockito/mockito/pull/2042)
    
    ### [`v3.5.13`](https://togithub.com/mockito/mockito/releases/v3.5.13)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v3.5.11...v3.5.13)
    
    <sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>
    
    ##### 3.5.13
    
    -   2020-09-24 - [1 commit](https://togithub.com/mockito/mockito/compare/v3.5.12...v3.5.13) by [Sinan Kozak](https://togithub.com/kozaxinan) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.5.13-green.svg)](https://bintray.com/mockito/maven/mockito/3.5.13)
    -   Use single version for strictly in mockito-android [(#&#8203;2053)](https://togithub.com/mockito/mockito/pull/2053)
    
    ### [`v3.5.11`](https://togithub.com/mockito/mockito/releases/v3.5.11)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v3.5.10...v3.5.11)
    
    <sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>
    
    ##### 3.5.11
    
    -   2020-09-17 - [2 commits](https://togithub.com/mockito/mockito/compare/v3.5.10...v3.5.11) by [Rafael Winterhalter](https://togithub.com/raphw) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.5.11-green.svg)](https://bintray.com/mockito/maven/mockito/3.5.11)
    -   Do not exclude synthetic constructors from instrumentation. Fixes [#&#8203;2040](https://togithub.com/mockito/mockito/issues/2040). [(#&#8203;2046)](https://togithub.com/mockito/mockito/pull/2046)
    -   Mockito.spy(Activity).getBaseContext() returns null on Robolectric 4.4 and Java8 [(#&#8203;2040)](https://togithub.com/mockito/mockito/issues/2040)
    
    ### [`v3.5.10`](https://togithub.com/mockito/mockito/releases/v3.5.10)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v3.5.9...v3.5.10)
    
    <sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>
    
    ##### 3.5.10
    
    -   2020-09-03 - [2 commits](https://togithub.com/mockito/mockito/compare/v3.5.9...v3.5.10) by [Rafael Winterhalter](https://togithub.com/raphw) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.5.10-green.svg)](https://bintray.com/mockito/maven/mockito/3.5.10)
    -   Escape mock during method dispatch on mock to avoid premature garbage collection. [(#&#8203;2034)](https://togithub.com/mockito/mockito/pull/2034)
    -   Exception "The mock object was garbage collected." [(#&#8203;1802)](https://togithub.com/mockito/mockito/issues/1802)
    
    ### [`v3.5.9`](https://togithub.com/mockito/mockito/releases/v3.5.9)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v3.5.7...v3.5.9)
    
    <sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>
    
    ##### 3.5.9
    
    -   2020-09-01 - [1 commit](https://togithub.com/mockito/mockito/compare/v3.5.8...v3.5.9) by [Sinan Kozak](https://togithub.com/kozaxinan) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.5.9-green.svg)](https://bintray.com/mockito/maven/mockito/3.5.9)
    -   Fixes [#&#8203;2007](https://togithub.com/mockito/mockito/issues/2007) : Downgrade objenesis version for mockito-android [(#&#8203;2024)](https://togithub.com/mockito/mockito/pull/2024)
    -   Android instrumentation test packaging fails for mockito-android 3.5.0 with minSdk < 26 [(#&#8203;2007)](https://togithub.com/mockito/mockito/issues/2007)
    
    ### [`v3.5.7`](https://togithub.com/mockito/mockito/releases/v3.5.7)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v3.5.6...v3.5.7)
    
    <sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>
    
    ##### 3.5.7
    
    -   2020-08-25 - [2 commits](https://togithub.com/mockito/mockito/compare/v3.5.6...v3.5.7) by [Rafael Winterhalter](https://togithub.com/raphw) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.5.7-green.svg)](https://bintray.com/mockito/maven/mockito/3.5.7)
    -   Initializes classes prior to instrumentation to avoid uncontrolled code execution. [(#&#8203;2023)](https://togithub.com/mockito/mockito/pull/2023)
    -   Stackoverflow error when upgrading to v3.5.2 [(#&#8203;2011)](https://togithub.com/mockito/mockito/issues/2011)
    
    ### [`v3.5.6`](https://togithub.com/mockito/mockito/releases/v3.5.6)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v3.5.5...v3.5.6)
    
    <sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>
    
    ##### 3.5.6
    
    -   2020-08-24 - [5 commits](https://togithub.com/mockito/mockito/compare/v3.5.5...v3.5.6) by [Rafael Winterhalter](https://togithub.com/raphw) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.5.6-green.svg)](https://bintray.com/mockito/maven/mockito/3.5.6)
    -   Only apply argument on illegal module access for inline tests if Java version is at least 9. [(#&#8203;2022)](https://togithub.com/mockito/mockito/pull/2022)
    -   Constructor dispatch [(#&#8203;2021)](https://togithub.com/mockito/mockito/pull/2021)
    
    ### [`v3.5.5`](https://togithub.com/mockito/mockito/releases/v3.5.5)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v3.5.2...v3.5.5)
    
    <sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>
    
    ##### 3.5.5
    
    -   2020-08-22 - [3 commits](https://togithub.com/mockito/mockito/compare/v3.5.4...v3.5.5) by [Rafael Winterhalter](https://togithub.com/raphw) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.5.5-green.svg)](https://bintray.com/mockito/maven/mockito/3.5.5)
    -   Constructor dispatch [(#&#8203;2020)](https://togithub.com/mockito/mockito/pull/2020)
    
    ### [`v3.5.2`](https://togithub.com/mockito/mockito/releases/v3.5.2)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v3.5.0...v3.5.2)
    
    <sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>
    
    ##### 3.5.2
    
    -   2020-08-18 - [1 commit](https://togithub.com/mockito/mockito/compare/v3.5.1...v3.5.2) by [Tim van der Lippe](https://togithub.com/TimvdLippe) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.5.2-green.svg)](https://bintray.com/mockito/maven/mockito/3.5.2)
    -   No pull requests referenced in commit messages.
    
    ### [`v3.5.0`](https://togithub.com/mockito/mockito/releases/v3.5.0)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v3.4.6...v3.5.0)
    
    <sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>
    
    ##### 3.5.0
    
    -   2020-08-15 - [9 commits](https://togithub.com/mockito/mockito/compare/v3.4.8...v3.5.0) by [Rafael Winterhalter](https://togithub.com/raphw) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.5.0-green.svg)](https://bintray.com/mockito/maven/mockito/3.5.0)
    -   Pre release 3.5.0 [(#&#8203;2004)](https://togithub.com/mockito/mockito/pull/2004)
    
    ### [`v3.4.6`](https://togithub.com/mockito/mockito/releases/v3.4.6)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v3.4.4...v3.4.6)
    
    <sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>
    
    ##### 3.4.6
    
    -   2020-07-29 - [3 commits](https://togithub.com/mockito/mockito/compare/v3.4.5...v3.4.6) by [Rafael Winterhalter](https://togithub.com/raphw) (2), [Valery Yatsynovich](https://togithub.com/valfirst) (1) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.4.6-green.svg)](https://bintray.com/mockito/maven/mockito/3.4.6)
    -   \[Bugfixes] Do not pass static mocks to regular listener callback. [(#&#8203;1989)](https://togithub.com/mockito/mockito/pull/1989)
    -   MockitoJUnitRunner causes NPE when using [@&#8203;Mock](https://togithub.com/Mock) on MockedStatic fields [(#&#8203;1988)](https://togithub.com/mockito/mockito/issues/1988)
    -   Fixes [#&#8203;1985](https://togithub.com/mockito/mockito/issues/1985) : Update README to refer the latest documentation [(#&#8203;1986)](https://togithub.com/mockito/mockito/pull/1986)
    -   README should refer the latest available documentation [(#&#8203;1985)](https://togithub.com/mockito/mockito/issues/1985)
    
    ### [`v3.4.4`](https://togithub.com/mockito/mockito/releases/v3.4.4)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v3.4.3...v3.4.4)
    
    <sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>
    
    ##### 3.4.4
    
    -   2020-07-18 - [2 commits](https://togithub.com/mockito/mockito/compare/v3.4.3...v3.4.4) by [Rafael Winterhalter](https://togithub.com/raphw) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.4.4-green.svg)](https://bintray.com/mockito/maven/mockito/3.4.4)
    -   Fixes [#&#8203;1855](https://togithub.com/mockito/mockito/issues/1855) and [#&#8203;939](https://togithub.com/mockito/mockito/issues/939): improve error message when the inline mock maker cannot be used. [(#&#8203;1974)](https://togithub.com/mockito/mockito/pull/1974)
    -   javax.tools.ToolProvider could not be found in InlineByteBuddyMockMaker [(#&#8203;1855)](https://togithub.com/mockito/mockito/issues/1855)
    
    ### [`v3.4.3`](https://togithub.com/mockito/mockito/releases/v3.4.3)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v3.4.2...v3.4.3)
    
    <sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>
    
    ##### 3.4.3
    
    -   2020-07-17 - [1 commit](https://togithub.com/mockito/mockito/compare/v3.4.2...v3.4.3) by [Robert Chmielowiec](https://togithub.com/chmielowiec) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.4.3-green.svg)](https://bintray.com/mockito/maven/mockito/3.4.3)
    -   Fix Javadoc invalid syntax [(#&#8203;1978)](https://togithub.com/mockito/mockito/pull/1978)
    -   Broken documentation [(#&#8203;1977)](https://togithub.com/mockito/mockito/issues/1977)
    
    ### [`v3.4.2`](https://togithub.com/mockito/mockito/releases/v3.4.2)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v3.4.0...v3.4.2)
    
    <sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>
    
    ##### 3.4.2
    
    -   2020-07-16 - [2 commits](https://togithub.com/mockito/mockito/compare/v3.4.1...v3.4.2) by [Rafael Winterhalter](https://togithub.com/raphw) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.4.2-green.svg)](https://bintray.com/mockito/maven/mockito/3.4.2)
    -   Fixes [#&#8203;1967](https://togithub.com/mockito/mockito/issues/1967): Correctly handle mocks with limited life-cycle in listeners. [(#&#8203;1968)](https://togithub.com/mockito/mockito/pull/1968)
    -   Static method mocks incompatible with MockitoExtension (NotAMockException) [(#&#8203;1967)](https://togithub.com/mockito/mockito/issues/1967)
    
    ### [`v3.4.0`](https://togithub.com/mockito/mockito/releases/v3.4.0)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v3.3.3...v3.4.0)
    
    <sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>
    
    ##### 3.4.0
    
    -   2020-07-10 - [19 commits](https://togithub.com/mockito/mockito/compare/v3.3.12...v3.4.0) by 9 authors - published to [![Bintray](https://img.shields.io/badge/Bintray-3.4.0-green.svg)](https://bintray.com/mockito/maven/mockito/3.4.0)
    -   Commits: [Tim van der Lippe](https://togithub.com/TimvdLippe) (5), [Erhard Pointl](https://togithub.com/epeee) (4), [Rafael Winterhalter](https://togithub.com/raphw) (3), [Eitan Adler](https://togithub.com/grimreaper) (2), adrianriley (1), akluball (1), [Artem Prigoda](https://togithub.com/arteam) (1), [Jamie Tanna](https://togithub.com/jamietanna) (1), [Naoki Takezoe](https://togithub.com/takezoe) (1)
    -   \[Android support] Enable mocking static methods in Mockito [(#&#8203;1013)](https://togithub.com/mockito/mockito/issues/1013)
    -   Document using `@Mock` with method parameters [(#&#8203;1961)](https://togithub.com/mockito/mockito/pull/1961)
    -   Documentation: `@Mock` on method parameters [(#&#8203;1960)](https://togithub.com/mockito/mockito/issues/1960)
    -   Update errorprone gradle plugin to v1.2.1 [(#&#8203;1958)](https://togithub.com/mockito/mockito/pull/1958)
    -   Update spotless Travis job name to be more descriptive [(#&#8203;1957)](https://togithub.com/mockito/mockito/pull/1957)
    -   Fix a confusing typo in subclassing error message [(#&#8203;1953)](https://togithub.com/mockito/mockito/pull/1953)
    -   Update bnd gradle plugin to v5.1.1 [(#&#8203;1952)](https://togithub.com/mockito/mockito/pull/1952)
    -   Use errorprone 2.4.0 [(#&#8203;1951)](https://togithub.com/mockito/mockito/pull/1951)
    -   Use jacoco v0.8.5 [(#&#8203;1950)](https://togithub.com/mockito/mockito/pull/1950)
    -   Fixes [#&#8203;1712](https://togithub.com/mockito/mockito/issues/1712) : prepend description to AssertionError thrown in verification [(#&#8203;1949)](https://togithub.com/mockito/mockito/pull/1949)
    -   Update gradle 6 [(#&#8203;1948)](https://togithub.com/mockito/mockito/pull/1948)
    -   Move spotless check to separate build task [(#&#8203;1946)](https://togithub.com/mockito/mockito/pull/1946)
    -   \[Travis] Replace JDK 9/10 with 14 [(#&#8203;1945)](https://togithub.com/mockito/mockito/pull/1945)
    -   Fixes [#&#8203;1898](https://togithub.com/mockito/mockito/issues/1898) : Return mock name from toString method for deep stub mocks [(#&#8203;1942)](https://togithub.com/mockito/mockito/pull/1942)
    -   \[checkstyle] switch to new DTD [(#&#8203;1940)](https://togithub.com/mockito/mockito/pull/1940)
    -   Use google-java-format in spotless [(#&#8203;1934)](https://togithub.com/mockito/mockito/pull/1934)
    -   Update report message to use any() instead of anyObject() [(#&#8203;1931)](https://togithub.com/mockito/mockito/pull/1931)
    -   \[build] bump gradle to latest 5.x release [(#&#8203;1923)](https://togithub.com/mockito/mockito/pull/1923)
    -   \[build] update gradle-errorprone-plugin to 1.1.0 [(#&#8203;1908)](https://togithub.com/mockito/mockito/pull/1908)
    -   RETURNS_DEEP_STUBS override a mock's toString to `null` [(#&#8203;1898)](https://togithub.com/mockito/mockito/issues/1898)
    -   "description" not printing when verify args don't match [(#&#8203;1712)](https://togithub.com/mockito/mockito/issues/1712)
    
    ### [`v3.3.3`](https://togithub.com/mockito/mockito/releases/v3.3.3)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v3.3.0...v3.3.3)
    
    <sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>
    
    ##### 3.3.3
    
    -   2020-03-13 - [1 commit](https://togithub.com/mockito/mockito/compare/v3.3.2...v3.3.3) by [Tim van der Lippe](https://togithub.com/TimvdLippe) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.3.3-green.svg)](https://bintray.com/mockito/maven/mockito/3.3.3)
    -   No pull requests referenced in commit messages.
    
    ### [`v3.3.0`](https://togithub.com/mockito/mockito/releases/v3.3.0)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v3.2.4...v3.3.0)
    
    <sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>
    
    ##### 3.3.0
    
    -   2020-02-21 - [1 commit](https://togithub.com/mockito/mockito/compare/v3.2.11...v3.3.0) by [Tim van der Lippe](https://togithub.com/TimvdLippe) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.3.0-green.svg)](https://bintray.com/mockito/maven/mockito/3.3.0)
    -   No pull requests referenced in commit messages.
    
    ### [`v3.2.4`](https://togithub.com/mockito/mockito/releases/v3.2.4)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v3.2.0...v3.2.4)
    
    <sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>
    
    ##### 3.2.4
    
    -   2019-12-16 - [1 commit](https://togithub.com/mockito/mockito/compare/v3.2.3...v3.2.4) by [Tim van der Lippe](https://togithub.com/TimvdLippe) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.2.4-green.svg)](https://bintray.com/mockito/maven/mockito/3.2.4)
    -   No pull requests referenced in commit messages.
    
    ### [`v3.2.0`](https://togithub.com/mockito/mockito/releases/v3.2.0)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v3.1.0...v3.2.0)
    
    <sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>
    
    ##### 3.2.0
    
    -   2019-11-29 - [1 commit](https://togithub.com/mockito/mockito/compare/v3.1.13...v3.2.0) by [Tim van der Lippe](https://togithub.com/TimvdLippe) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.2.0-green.svg)](https://bintray.com/mockito/maven/mockito/3.2.0)
    -   No pull requests referenced in commit messages.
    
    ### [`v3.1.0`](https://togithub.com/mockito/mockito/releases/v3.1.0)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v3.0.0...v3.1.0)
    
    <sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>
    
    ##### 3.1.0
    
    -   2019-10-01 - [1 commit](https://togithub.com/mockito/mockito/compare/v3.0.12...v3.1.0) by [Tim van der Lippe](https://togithub.com/TimvdLippe) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.1.0-green.svg)](https://bintray.com/mockito/maven/mockito/3.1.0)
    -   No pull requests referenced in commit messages.
    
    ### [`v3.0.0`](https://togithub.com/mockito/mockito/releases/v3.0.0)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v2.28.2...v3.0.0)
    
    Mockito 3.0.0 is equivalent to Mockito 2, but now requires Java 8. No API changes were made.
    
    </details>
    
    ---
    
    ### 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.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-bigquery).
    renovate-bot authored Oct 8, 2021
    Configuration menu
    Copy the full SHA
    96bba38 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. fix: fix timestamp rounding issue (#1645)

    * fix: fix timestamp ronuding issue
    
    Fixes #1644
    
    remove unrelated test case
    
    update test case
    
    * add comment
    stephaniewang526 authored Oct 11, 2021
    Configuration menu
    Copy the full SHA
    e60bdff View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. build(deps): update dependency com.google.cloud:google-cloud-shared-c…

    …onfig to v1.1.0 (#1651)
    
    [![WhiteSource 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-config](https://togithub.com/googleapis/java-shared-config) | `1.0.3` -> `1.1.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.1.0/compatibility-slim/1.0.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.1.0/confidence-slim/1.0.3)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/java-shared-config</summary>
    
    ### [`v1.1.0`](https://togithub.com/googleapis/java-shared-config/blob/master/CHANGELOG.md#&#8203;110-httpswwwgithubcomgoogleapisjava-shared-configcomparev103v110-2021-10-12)
    
    [Compare Source](https://togithub.com/googleapis/java-shared-config/compare/v1.0.3...v1.1.0)
    
    ##### Features
    
    -   introduce Maven configuration for GraalVM testing ([#&#8203;314](https://www.togithub.com/googleapis/java-shared-config/issues/314)) ([28fbeb8](https://www.github.com/googleapis/java-shared-config/commit/28fbeb86c4466a58a05d6933584564dbf3352e79))
    
    ##### Bug Fixes
    
    -   update doclet version ([#&#8203;332](https://www.togithub.com/googleapis/java-shared-config/issues/332)) ([3fd0350](https://www.github.com/googleapis/java-shared-config/commit/3fd035030e4f0954dd1f62f7b8ea62583685880c))
    
    ##### Dependencies
    
    -   update dependency com.puppycrawl.tools:checkstyle to v9.0.1 ([#&#8203;327](https://www.togithub.com/googleapis/java-shared-config/issues/327)) ([b6c9b65](https://www.github.com/googleapis/java-shared-config/commit/b6c9b657550db2dee6b36edbb9a6084baee125e2))
    -   update dependency org.graalvm.buildtools:junit-platform-native to v0.9.6 ([#&#8203;330](https://www.togithub.com/googleapis/java-shared-config/issues/330)) ([271ed7d](https://www.github.com/googleapis/java-shared-config/commit/271ed7dba35623e22fc8a7f7d477e6043e772014))
    -   update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.6 ([#&#8203;331](https://www.togithub.com/googleapis/java-shared-config/issues/331)) ([4f9ba15](https://www.github.com/googleapis/java-shared-config/commit/4f9ba1551df0a2d4fc8c9acca8a951afbe8cb78a))
    -   update dependency org.junit.vintage:junit-vintage-engine to v5.8.1 ([#&#8203;329](https://www.togithub.com/googleapis/java-shared-config/issues/329)) ([4a8789e](https://www.github.com/googleapis/java-shared-config/commit/4a8789ee814ba8a3480beecc76c16fd1cb4e5f12))
    
    ##### [1.0.3](https://www.github.com/googleapis/java-shared-config/compare/v1.0.2...v1.0.3) (2021-09-21)
    
    ##### Bug Fixes
    
    -   update java-docfx-doclet version ([#&#8203;315](https://www.togithub.com/googleapis/java-shared-config/issues/315)) ([07af07c](https://www.github.com/googleapis/java-shared-config/commit/07af07c188447ea5728ecd2700121ff477d1c58a))
    
    ##### [1.0.2](https://www.github.com/googleapis/java-shared-config/compare/v1.0.1...v1.0.2) (2021-09-13)
    
    ##### Bug Fixes
    
    -   specify animal-sniffer-maven-plugin version ([#&#8203;308](https://www.togithub.com/googleapis/java-shared-config/issues/308)) ([378bf43](https://www.github.com/googleapis/java-shared-config/commit/378bf431383306c1cdd0a4f922956c87edf321b5))
    -   update java docfx doclet version ([#&#8203;312](https://www.togithub.com/googleapis/java-shared-config/issues/312)) ([dd7f6e0](https://www.github.com/googleapis/java-shared-config/commit/dd7f6e0c1a7cc73831b74b4475457611a8c097d3))
    
    ##### Dependencies
    
    -   update dependency com.puppycrawl.tools:checkstyle to v9 ([#&#8203;303](https://www.togithub.com/googleapis/java-shared-config/issues/303)) ([71faea3](https://www.github.com/googleapis/java-shared-config/commit/71faea38d4132407598550e2bb4c77f9d4a4d83d))
    
    ##### [1.0.1](https://www.github.com/googleapis/java-shared-config/compare/v1.0.0...v1.0.1) (2021-08-18)
    
    ##### Dependencies
    
    -   update dependency com.puppycrawl.tools:checkstyle to v8.45.1 ([#&#8203;292](https://www.togithub.com/googleapis/java-shared-config/issues/292)) ([66bf6e6](https://www.github.com/googleapis/java-shared-config/commit/66bf6e6fb95997b9eb4b34268b8d20c2fbe9ed5a))
    
    </details>
    
    ---
    
    ### 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.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-bigquery).
    renovate-bot authored Oct 13, 2021
    Configuration menu
    Copy the full SHA
    fa3b477 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. feat: add session support (#1652)

    Adds:
    - CreateSession to Query config
    - SessionInfo in JobStatistics to record session stats
    stephaniewang526 authored Oct 15, 2021
    Configuration menu
    Copy the full SHA
    acc6cb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8378014 View commit details
    Browse the repository at this point in the history
Loading