Skip to content

Commit 35e8e09

Browse files
authored
fix(deps): update dependency com.google.crypto.tink:tink-gcpkms to v1.9.0 (GoogleCloudPlatform#8693)
[![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.crypto.tink:tink-gcpkms](https://togithub.com/tink-crypto/tink-java-gcpkms) | `1.8.0` -> `1.9.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.crypto.tink:tink-gcpkms/1.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.crypto.tink:tink-gcpkms/1.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.crypto.tink:tink-gcpkms/1.8.0/1.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.crypto.tink:tink-gcpkms/1.8.0/1.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>tink-crypto/tink-java-gcpkms (com.google.crypto.tink:tink-gcpkms)</summary> ### [`v1.9.0`](https://togithub.com/tink-crypto/tink-java-gcpkms/releases/tag/v1.9.0): Tink Java Google Cloud KMS Extension 1.9.0 [Compare Source](https://togithub.com/tink-crypto/tink-java-gcpkms/compare/v1.8.0...v1.9.0) Tink is a multi-language, cross-platform library that provides simple and misuse-proof APIs for common cryptographic tasks. **This is Tink Java Google Cloud KMS extension 1.9.0** ##### What's new The complete list of changes since 1.8.0 can be found [here](https://togithub.com/tink-crypto/tink-java-gcpkms/compare/v1.8.0...v1.9.0). - Update tink-java version to 1.11.0 ##### Future work To see what we're working towards, check our [project roadmap](https://developers.google.com/tink/roadmap). ##### Getting started To get started see [the setup guide](https://developers.google.com/tink/tink-setup#java). ##### Maven: <dependency> <groupId>com.google.crypto.tink</groupId> <artifactId>tink-gcpkms</artifactId> <version>1.9.0</version> </dependency> ##### Bazel: ```python load("@&GoogleCloudPlatform#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") RULES_JVM_EXTERNAL_TAG = "4.5" RULES_JVM_EXTERNAL_SHA ="b17d7388feb9bfa7f2fa09031b32707df529f26c91ab9e5d909eb1676badd9a6" http_archive( name = "rules_jvm_external", strip_prefix = "rules_jvm_external-%s" % RULES_JVM_EXTERNAL_TAG, sha256 = RULES_JVM_EXTERNAL_SHA, url = "https://togithub.com/bazelbuild/rules_jvm_external/archive/refs/tags/%s.zip" % RULES_JVM_EXTERNAL_TAG, ) load("@&GoogleCloudPlatform#8203;rules_jvm_external//:repositories.bzl", "rules_jvm_external_deps") rules_jvm_external_deps() load("@&GoogleCloudPlatform#8203;rules_jvm_external//:setup.bzl", "rules_jvm_external_setup") rules_jvm_external_setup() load("@&GoogleCloudPlatform#8203;rules_jvm_external//:defs.bzl", "maven_install") maven_install( artifacts = [ "com.google.crypto.tink:tink-gcpkms:1.9.0", # Installs tink-java@1.11.0 ##### ... other dependencies ... ], repositories = [ "https://repo1.maven.org/maven2", ], ) ``` </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**: 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/GoogleCloudPlatform/java-docs-samples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjMiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
1 parent c2f063d commit 35e8e09

File tree

3 files changed

+3
-3
lines changed
  • cloud-sql
    • mysql/client-side-encryption
    • postgres/client-side-encryption
    • sqlserver/client-side-encryption

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>com.google.crypto.tink</groupId>
7575
<artifactId>tink-gcpkms</artifactId>
76-
<version>1.8.0</version>
76+
<version>1.9.0</version>
7777
</dependency>
7878
<dependency>
7979
<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
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>com.google.crypto.tink</groupId>
7575
<artifactId>tink-gcpkms</artifactId>
76-
<version>1.8.0</version>
76+
<version>1.9.0</version>
7777
</dependency>
7878
<dependency>
7979
<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
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>com.google.crypto.tink</groupId>
7575
<artifactId>tink-gcpkms</artifactId>
76-
<version>1.8.0</version>
76+
<version>1.9.0</version>
7777
</dependency>
7878
<dependency>
7979
<groupId>com.zaxxer</groupId>

0 commit comments

Comments
 (0)