Skip to content

fix(deps): update dependency com.google.crypto.tink:tink-gcpkms to v1.9.0 - #8693

Merged
gcf-merge-on-green[bot] merged 1 commit into
GoogleCloudPlatform:mainfrom
renovate-bot:renovate/com.google.crypto.tink-tink-gcpkms-1.x
Oct 2, 2023
Merged

fix(deps): update dependency com.google.crypto.tink:tink-gcpkms to v1.9.0#8693
gcf-merge-on-green[bot] merged 1 commit into
GoogleCloudPlatform:mainfrom
renovate-bot:renovate/com.google.crypto.tink-tink-gcpkms-1.x

Conversation

@renovate-bot

Copy link
Copy Markdown
Contributor

Mend Renovate

This PR contains the following updates:

PackageChangeAgeAdoptionPassingConfidence
com.google.crypto.tink:tink-gcpkms1.8.0 -> 1.9.0ageadoptionpassingconfidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

tink-crypto/tink-java-gcpkms (com.google.crypto.tink:tink-gcpkms)

v1.9.0: Tink Java Google Cloud KMS Extension 1.9.0

Compare Source

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.

  • Update tink-java version to 1.11.0
Future work

To see what we're working towards, check our project roadmap.

Getting started

To get started see the setup guide.

Maven:
<dependency>
<groupId>com.google.crypto.tink</groupId>
<artifactId>tink-gcpkms</artifactId>
<version>1.9.0</version>
</dependency>
Bazel:
load("@&#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://github.com/bazelbuild/rules_jvm_external/archive/refs/tags/%s.zip"%RULES_JVM_EXTERNAL_TAG,
)
load("@&#8203;rules_jvm_external//:repositories.bzl", "rules_jvm_external_deps")
rules_jvm_external_deps()
load("@&#8203;rules_jvm_external//:setup.bzl", "rules_jvm_external_setup")
rules_jvm_external_setup()
load("@&#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",
],
)

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@forking-renovateforking-renovateBot added the automerge Merge the pull request once unit tests and other checks pass. label Oct 2, 2023
@trusted-contributions-gcftrusted-contributions-gcfBot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 2, 2023
@yoshi-approveryoshi-approver added the automerge: exact Summon MOG for automerging, but approvals need to be against the latest commit label Oct 2, 2023
@product-auto-labelproduct-auto-labelBot added samples Issues that are directly related to samples. api: cloudsql Issues related to the Cloud SQL for MySQL API. labels Oct 2, 2023
@kokoro-teamkokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 2, 2023
@gcf-merge-on-green
gcf-merge-on-greenBot merged commit 35e8e09 into GoogleCloudPlatform:mainOct 2, 2023
@gcf-merge-on-greengcf-merge-on-greenBot removed the automerge Merge the pull request once unit tests and other checks pass. label Oct 2, 2023
@renovate-bot
renovate-bot deleted the renovate/com.google.crypto.tink-tink-gcpkms-1.x branch October 2, 2023 16:45
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: cloudsqlIssues related to the Cloud SQL for MySQL API.automerge: exactSummon MOG for automerging, but approvals need to be against the latest commitsamplesIssues that are directly related to samples.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@renovate-bot@yoshi-approver@kokoro-team@annafang-google