-
Notifications
You must be signed in to change notification settings - Fork 52
Comparing changes
Open a pull request
base repository: googleapis/java-spanner-jdbc
base: v2.7.4
head repository: googleapis/java-spanner-jdbc
compare: v2.7.5
- 18 commits
- 13 files changed
- 6 contributors
Commits on Jul 1, 2022
-
chore(main): release 2.7.5-SNAPSHOT (#904)
🤖 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).
Configuration menu - View commit details
-
Copy full SHA for 5b61079 - Browse repository at this point
Copy the full SHA 5b61079View commit details
Commits on Jul 2, 2022
-
chore(deps): update dependency com.google.cloud:google-cloud-spanner-…
…jdbc to v2.7.4 (#906)
Configuration menu - View commit details
-
Copy full SHA for 90b6978 - Browse repository at this point
Copy the full SHA 90b6978View commit details
Commits on Jul 6, 2022
-
build(deps): update dependency com.google.cloud:google-cloud-shared-c…
…onfig to v1.5.1 (#905)
Configuration menu - View commit details
-
Copy full SHA for 2798705 - Browse repository at this point
Copy the full SHA 2798705View commit details
Commits on Jul 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9c9d6d9 - Browse repository at this point
Copy the full SHA 9c9d6d9View commit details
Commits on Jul 18, 2022
-
fix: pr to troubleshoot native image tests (#912)
* fix: pr to troubleshoot native image tests * use shared-config 1.5.0
Configuration menu - View commit details
-
Copy full SHA for 4e78071 - Browse repository at this point
Copy the full SHA 4e78071View commit details -
build(deps): update dependency org.apache.maven.plugins:maven-project…
…-info-reports-plugin to v3.4.0 (#913) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.apache.maven.plugins:maven-project-info-reports-plugin](https://maven.apache.org/plugins/) ([source](https://togithub.com/apache/maven-project-info-reports-plugin)) | `3.3.0` -> `3.4.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](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, click this checkbox. --- 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-jdbc). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMTcuNCIsInVwZGF0ZWRJblZlciI6IjMyLjExNy40In0=-->
Configuration menu - View commit details
-
Copy full SHA for b7af532 - Browse repository at this point
Copy the full SHA b7af532View commit details -
build: marking dependencies (8) non-required (#1472) (#911)
Co-authored-by: Anthonios Partheniou <partheniou@google.com> Source-Link: googleapis/synthtool@72c64b7 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:b2e8f445ca0e605d4bbefbfdbdf7335692d75cf1647af62243828dcc0ea4e690
Configuration menu - View commit details
-
Copy full SHA for 170c5fa - Browse repository at this point
Copy the full SHA 170c5faView commit details -
test: modify tests to use correct quote escaping (#909)
Some tests used invalid escaping of quotes in PostgreSQL queries. They assumed that a quote in a quoted string could be escaped by prefixing it with a backslash. This is however not allowed in PostgreSQL, and instead the quote must be escaped by including the same quote twice in the string. The Spanner Java client library contained a bug that allowed the backslash-escaped quotes to be accepted. This bug has been fixed in 6.25.7 and these tests therefore need to be modified to be able to update to that version. Fixes the build error in #898
Configuration menu - View commit details
-
Copy full SHA for 57a0c7c - Browse repository at this point
Copy the full SHA 57a0c7cView commit details
Commits on Jul 19, 2022
-
chore(deps): update dependency com.google.cloud:libraries-bom to v26 (#…
…907) [](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)) | `25.4.0` -> `26.0.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](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, click this checkbox. --- 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-jdbc).
Configuration menu - View commit details
-
Copy full SHA for 47231fe - Browse repository at this point
Copy the full SHA 47231feView commit details -
ci: update template so GAPIC_AUTO repos do not require special approv…
…ers for Java code (#1494) (#916) Source-Link: googleapis/synthtool@da89e53 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:04f254abfe5f47fe73ae6f91d68d55c3b76e722a4943066c3bb0ce03573b4ad9
Configuration menu - View commit details
-
Copy full SHA for 486e243 - Browse repository at this point
Copy the full SHA 486e243View commit details -
build(deps): update dependency org.apache.maven.plugins:maven-deploy-…
…plugin to v3 (#917) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.apache.maven.plugins:maven-deploy-plugin](https://maven.apache.org/plugins/) | `2.8.2` -> `3.0.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](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, click this checkbox. --- 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-jdbc). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMTcuNCIsInVwZGF0ZWRJblZlciI6IjMyLjExNy40In0=-->
Configuration menu - View commit details
-
Copy full SHA for 9a6d017 - Browse repository at this point
Copy the full SHA 9a6d017View commit details -
fix: enable longpaths support for windows test (#1485) (#908)
Source-Link: googleapis/synthtool@7336562 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:d4b80feffe1579818cdc39466152e9de95789a193408506cd4a1ffbe8804dc00
Configuration menu - View commit details
-
Copy full SHA for 2e53ade - Browse repository at this point
Copy the full SHA 2e53adeView commit details
Commits on Jul 20, 2022
-
deps: update dependency com.google.cloud:google-cloud-spanner-bom to …
…v6.27.0 (#898) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-spanner-bom](https://togithub.com/googleapis/java-spanner) | `6.25.5` -> `6.27.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-spanner</summary> ### [`v6.27.0`](https://togithub.com/googleapis/java-spanner/blob/HEAD/CHANGELOG.md#​6270-httpsgithubcomgoogleapisjava-spannercomparev6260v6270-2022-07-19) [Compare Source](https://togithub.com/googleapis/java-spanner/compare/v6.26.0...v6.27.0) ##### Features - Adding new fields for Instance Create Time and Update Time ([#​1913](https://togithub.com/googleapis/java-spanner/issues/1913)) ([2c71e02](https://togithub.com/googleapis/java-spanner/commit/2c71e0233333803f271931f6ef471b7eacfa52d7)) ##### Dependencies - update dependency com.google.cloud:google-cloud-monitoring to v3.3.1 ([#​1933](https://togithub.com/googleapis/java-spanner/issues/1933)) ([e3d646b](https://togithub.com/googleapis/java-spanner/commit/e3d646bae4abf2215d44f282d4faf722c638b823)) - update dependency org.graalvm.buildtools:junit-platform-native to v0.9.13 ([#​1944](https://togithub.com/googleapis/java-spanner/issues/1944)) ([765d11b](https://togithub.com/googleapis/java-spanner/commit/765d11b2e5ee7b1f12d2d27a139f92efbc1caa07)) - update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.13 ([#​1945](https://togithub.com/googleapis/java-spanner/issues/1945)) ([0da75b8](https://togithub.com/googleapis/java-spanner/commit/0da75b819d6e9d0f7c6850d77656e46b76ddad6d)) - update dependency org.graalvm.sdk:graal-sdk to v22.2.0 ([#​1953](https://togithub.com/googleapis/java-spanner/issues/1953)) ([c7f1040](https://togithub.com/googleapis/java-spanner/commit/c7f1040d849901194e5672b270ccee7fbc695d17)) ### [`v6.26.0`](https://togithub.com/googleapis/java-spanner/blob/HEAD/CHANGELOG.md#​6260-httpsgithubcomgoogleapisjava-spannercomparev6257v6260-2022-07-13) [Compare Source](https://togithub.com/googleapis/java-spanner/compare/v6.25.7...v6.26.0) ##### Features - Adding two new fields for Instance create_time and update_time ([#​1908](https://togithub.com/googleapis/java-spanner/issues/1908)) ([00b3817](https://togithub.com/googleapis/java-spanner/commit/00b38178e851401e293aa457f7ba5ea593a7b7c5)) - changes to support data, timestamp and arrays in IT tests ([#​1840](https://togithub.com/googleapis/java-spanner/issues/1840)) ([c667653](https://togithub.com/googleapis/java-spanner/commit/c667653ec380dccbf205e7b419843da11cf4155a)) - Error Details Improvement ([c8a2184](https://togithub.com/googleapis/java-spanner/commit/c8a2184c51cc92ec35c759eff68e614fc78fb2e6)) - Error Details Improvement ([#​1929](https://togithub.com/googleapis/java-spanner/issues/1929)) ([c8a2184](https://togithub.com/googleapis/java-spanner/commit/c8a2184c51cc92ec35c759eff68e614fc78fb2e6)) ##### Bug Fixes - enable longpaths support for windows test ([#​1485](https://togithub.com/googleapis/java-spanner/issues/1485)) ([#​1946](https://togithub.com/googleapis/java-spanner/issues/1946)) ([fd0b845](https://togithub.com/googleapis/java-spanner/commit/fd0b84523535ba583a1b56acbea98835191daa06)) ##### Dependencies - update dependency com.google.cloud:google-cloud-trace to v2.3.0 ([#​1934](https://togithub.com/googleapis/java-spanner/issues/1934)) ([2813eb2](https://togithub.com/googleapis/java-spanner/commit/2813eb21c9f168e8dea149e40dac188933c7e2db)) ### [`v6.25.7`](https://togithub.com/googleapis/java-spanner/blob/HEAD/CHANGELOG.md#​6257-httpsgithubcomgoogleapisjava-spannercomparev6256v6257-2022-06-30) [Compare Source](https://togithub.com/googleapis/java-spanner/compare/v6.25.6...v6.25.7) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v2.13.0 ([#​1924](https://togithub.com/googleapis/java-spanner/issues/1924)) ([dde5ee8](https://togithub.com/googleapis/java-spanner/commit/dde5ee8c5fcef36b415929aa32931dc811036eb4)) - update dependency org.graalvm.buildtools:junit-platform-native to v0.9.12 ([#​1906](https://togithub.com/googleapis/java-spanner/issues/1906)) ([1800cd9](https://togithub.com/googleapis/java-spanner/commit/1800cd917c26934768296253cbbcf7c91c54afef)) ### [`v6.25.6`](https://togithub.com/googleapis/java-spanner/blob/HEAD/CHANGELOG.md#​6256-httpsgithubcomgoogleapisjava-spannercomparev6255v6256-2022-06-22) [Compare Source](https://togithub.com/googleapis/java-spanner/compare/v6.25.5...v6.25.6) ##### Bug Fixes - PostgreSQL parser should not treat \ as an escape char ([#​1921](https://togithub.com/googleapis/java-spanner/issues/1921)) ([260bbe3](https://togithub.com/googleapis/java-spanner/commit/260bbe3cb78e0583975d7085ae5a95dbfd3efd73)), closes [#​1920](https://togithub.com/googleapis/java-spanner/issues/1920) ##### Documentation - **sample:** relocate native image sample from old repo ([#​1758](https://togithub.com/googleapis/java-spanner/issues/1758)) ([ef187f4](https://togithub.com/googleapis/java-spanner/commit/ef187f4fccaf1c5550e9f6795228e6c7361030db)) ##### Dependencies - update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.11 ([#​1907](https://togithub.com/googleapis/java-spanner/issues/1907)) ([01f8a07](https://togithub.com/googleapis/java-spanner/commit/01f8a07c64358368615d8c729c7c47c4b2c687fd)) - update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.12 ([#​1918](https://togithub.com/googleapis/java-spanner/issues/1918)) ([be8b50b](https://togithub.com/googleapis/java-spanner/commit/be8b50b56e51245d941c52445498600025e26ba9)) </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, click this checkbox. --- 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-jdbc). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMTcuNCIsInVwZGF0ZWRJblZlciI6IjMyLjExNy40In0=-->
Configuration menu - View commit details
-
Copy full SHA for c536dd6 - Browse repository at this point
Copy the full SHA c536dd6View commit details
Commits on Aug 2, 2022
-
ci: temporarily using native-maven-plugin 0.9.11 for testing (#915)
ci: temporarily using native-maven-plugin 0.9.11 for testing
Configuration menu - View commit details
-
Copy full SHA for b4ad5ec - Browse repository at this point
Copy the full SHA b4ad5ecView commit details
Commits on Aug 3, 2022
-
deps: update dependency org.graalvm.buildtools:junit-platform-native …
…to v0.9.13 (#922) [](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.11` -> `0.9.13` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>graalvm/native-build-tools</summary> ### [`v0.9.13`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.9.13) [Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.12...0.9.13) #### What's Changed Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog). - Restore `NativeImagePlugin.NATIVE_TEST_EXTENSION` by [@​lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [https://github.com/graalvm/native-build-tools/pull/256](https://togithub.com/graalvm/native-build-tools/pull/256) - Fix JUnit annotation scanning during the image build by [@​gradinac](https://togithub.com/gradinac) in [https://github.com/graalvm/native-build-tools/pull/258](https://togithub.com/graalvm/native-build-tools/pull/258) - Change reachability metadata fallback path by [@​lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [https://github.com/graalvm/native-build-tools/pull/257](https://togithub.com/graalvm/native-build-tools/pull/257) - Add a DSL option that enables the native-image agent by [@​gradinac](https://togithub.com/gradinac) in [https://github.com/graalvm/native-build-tools/pull/263](https://togithub.com/graalvm/native-build-tools/pull/263) - Bump dependency versions by [@​lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [https://github.com/graalvm/native-build-tools/pull/264](https://togithub.com/graalvm/native-build-tools/pull/264) - Rename `jvm-reachability-metadata` -> `graalvm-reachability-metadata` by [@​melix](https://togithub.com/melix) in [https://github.com/graalvm/native-build-tools/pull/265](https://togithub.com/graalvm/native-build-tools/pull/265) - Final PR for the metadata repo by [@​vjovanov](https://togithub.com/vjovanov) in [https://github.com/graalvm/native-build-tools/pull/266](https://togithub.com/graalvm/native-build-tools/pull/266) #### New Contributors - [@​vjovanov](https://togithub.com/vjovanov) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/266](https://togithub.com/graalvm/native-build-tools/pull/266) **Full Changelog**: graalvm/native-build-tools@0.9.12...0.9.13 ### [`v0.9.12`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.9.12) [Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.11...0.9.12) #### What's Changed Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog). - Add Mockito / Byte Buddy support documentation by [@​lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [https://github.com/graalvm/native-build-tools/pull/236](https://togithub.com/graalvm/native-build-tools/pull/236) - Prevent builds from failing if no test list is present by [@​lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [https://github.com/graalvm/native-build-tools/pull/239](https://togithub.com/graalvm/native-build-tools/pull/239) - Support different agent modes in the native-image Gradle plugin by [@​gradinac](https://togithub.com/gradinac) in [https://github.com/graalvm/native-build-tools/pull/230](https://togithub.com/graalvm/native-build-tools/pull/230) - JVM Reachability Metadata support for Maven by [@​alvarosanchez](https://togithub.com/alvarosanchez) in [https://github.com/graalvm/native-build-tools/pull/240](https://togithub.com/graalvm/native-build-tools/pull/240) - Warn about deprecated agent DSL by [@​gradinac](https://togithub.com/gradinac) in [https://github.com/graalvm/native-build-tools/pull/242](https://togithub.com/graalvm/native-build-tools/pull/242) - Rework Maven plugin by [@​lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [https://github.com/graalvm/native-build-tools/pull/247](https://togithub.com/graalvm/native-build-tools/pull/247) - Add Gradle rich output support, configure default metadata URL on Maven by [@​lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [https://github.com/graalvm/native-build-tools/pull/249](https://togithub.com/graalvm/native-build-tools/pull/249) - Fix wrong scope for test dependencies by [@​melix](https://togithub.com/melix) in [https://github.com/graalvm/native-build-tools/pull/251](https://togithub.com/graalvm/native-build-tools/pull/251) - Add documentation for alternative build systems. by [@​gradinac](https://togithub.com/gradinac) in [https://github.com/graalvm/native-build-tools/pull/248](https://togithub.com/graalvm/native-build-tools/pull/248) **Full Changelog**: graalvm/native-build-tools@0.9.11...0.9.12 </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, click this checkbox. --- 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-jdbc). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMzUuMSIsInVwZGF0ZWRJblZlciI6IjMyLjEzNS4xIn0=-->
Configuration menu - View commit details
-
Copy full SHA for 125a972 - Browse repository at this point
Copy the full SHA 125a972View commit details -
deps: update dependency org.junit.vintage:junit-vintage-engine to v5.…
…9.0 (#924) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.junit.vintage:junit-vintage-engine](https://junit.org/junit5/) ([source](https://togithub.com/junit-team/junit5)) | `5.8.2` -> `5.9.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](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, click this checkbox. --- 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-jdbc). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMzUuMSIsInVwZGF0ZWRJblZlciI6IjMyLjEzNS4xIn0=-->
Configuration menu - View commit details
-
Copy full SHA for 9d6d313 - Browse repository at this point
Copy the full SHA 9d6d313View commit details
Commits on Aug 5, 2022
-
build(deps): update dependency com.google.cloud:google-cloud-shared-c…
…onfig to v1.5.3 (#918) [](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.5.0` -> `1.5.3` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-shared-config</summary> ### [`v1.5.3`](https://togithub.com/googleapis/java-shared-config/blob/HEAD/CHANGELOG.md#​153-httpsgithubcomgoogleapisjava-shared-configcomparev152v153-2022-07-27) [Compare Source](https://togithub.com/googleapis/java-shared-config/compare/v1.5.2...v1.5.3) ##### Dependencies - update dependency org.junit.vintage:junit-vintage-engine to v5.9.0 ([#​497](https://togithub.com/googleapis/java-shared-config/issues/497)) ([1fc6ab4](https://togithub.com/googleapis/java-shared-config/commit/1fc6ab445624cd4f9c8b161d109f346a9e5ed09a)) - Update doclet to latest version 1.6.0 ([38fb7c3](https://togithub.com/googleapis/java-shared-config/commit/38fb7c3957fb6c9b2da10f9e463cc93a8b80a3a4)) ### [`v1.5.2`](https://togithub.com/googleapis/java-shared-config/blob/HEAD/CHANGELOG.md#​152-httpsgithubcomgoogleapisjava-shared-configcomparev151v152-2022-07-25) [Compare Source](https://togithub.com/googleapis/java-shared-config/compare/v1.5.1...v1.5.2) ##### Dependencies - update dependency com.puppycrawl.tools:checkstyle to v10 ([#​435](https://togithub.com/googleapis/java-shared-config/issues/435)) ([bfc8ce1](https://togithub.com/googleapis/java-shared-config/commit/bfc8ce1deca6292147d002d3afe22a09840aa5d6)) - update dependency org.graalvm.buildtools:junit-platform-native to v0.9.13 ([#​488](https://togithub.com/googleapis/java-shared-config/issues/488)) ([39b91ee](https://togithub.com/googleapis/java-shared-config/commit/39b91ee1283f0a5fbbe63e8bfd1ec97ab4ab377e)) - update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.13 ([#​489](https://togithub.com/googleapis/java-shared-config/issues/489)) ([cc3bcfa](https://togithub.com/googleapis/java-shared-config/commit/cc3bcfa2d6717441a8d5b5048fa78c2cf7aabf2b)) ### [`v1.5.1`](https://togithub.com/googleapis/java-shared-config/blob/HEAD/CHANGELOG.md#​151-httpsgithubcomgoogleapisjava-shared-configcomparev150v151-2022-06-30) [Compare Source](https://togithub.com/googleapis/java-shared-config/compare/v1.5.0...v1.5.1) ##### Dependencies - update dependency org.graalvm.buildtools:junit-platform-native to v0.9.12 ([#​482](https://togithub.com/googleapis/java-shared-config/issues/482)) ([fbfc6dc](https://togithub.com/googleapis/java-shared-config/commit/fbfc6dc1329faaead3a3114c8599d9267722e7f0)) - update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.12 ([#​483](https://togithub.com/googleapis/java-shared-config/issues/483)) ([336cb78](https://togithub.com/googleapis/java-shared-config/commit/336cb7827b36583228c9e2b85871ae72f4c55975)) </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, click this checkbox. --- 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-jdbc). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjMyLjEyNy40In0=-->
Configuration menu - View commit details
-
Copy full SHA for ca832e4 - Browse repository at this point
Copy the full SHA ca832e4View commit details
Commits on Aug 10, 2022
-
chore(main): release 2.7.5 (#914)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1caff44 - Browse repository at this point
Copy the full SHA 1caff44View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.7.4...v2.7.5