Skip to content

Commit b464976

Browse files
authored
chore(deps): update dependency com.google.crypto.tink:tink-gcpkms to v1.6.0 (GoogleCloudPlatform#5252)
[![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.crypto.tink:tink-gcpkms](https://togithub.com/google/tink) | `1.5.0` -> `1.6.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.crypto.tink:tink-gcpkms/1.6.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.crypto.tink:tink-gcpkms/1.6.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.crypto.tink:tink-gcpkms/1.6.0/compatibility-slim/1.5.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.crypto.tink:tink-gcpkms/1.6.0/confidence-slim/1.5.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>google/tink</summary> ### [`v1.6.0`](https://togithub.com/google/tink/compare/v1.5.0...v1.6.0) [Compare Source](https://togithub.com/google/tink/compare/v1.5.0...v1.6.0) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Never, 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/GoogleCloudPlatform/java-docs-samples).
1 parent 34e9801 commit b464976

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

  • cloud-sql
    • mysql/client-side-encryption
    • postgres/client-side-encryption
    • sqlserver/client-side-encryption

cloud-sql/mysql/client-side-encryption/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>com.google.crypto.tink</groupId>
7979
<artifactId>tink-gcpkms</artifactId>
80-
<version>1.5.0</version>
80+
<version>1.6.0</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>com.zaxxer</groupId>

cloud-sql/postgres/client-side-encryption/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>com.google.crypto.tink</groupId>
7979
<artifactId>tink-gcpkms</artifactId>
80-
<version>1.5.0</version>
80+
<version>1.6.0</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>com.zaxxer</groupId>

cloud-sql/sqlserver/client-side-encryption/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>com.google.crypto.tink</groupId>
7979
<artifactId>tink-gcpkms</artifactId>
80-
<version>1.5.0</version>
80+
<version>1.6.0</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>com.zaxxer</groupId>

0 commit comments

Comments
 (0)