Bump com.google.crypto.tink:tink from 1.7.0 to 1.20.0
Type: Pull Request
State: Open
Association: Unknown
Comments: 3
(4 months ago)
(25 days ago)
component:build dependencies java
Bumps com.google.crypto.tink:tink from 1.7.0 to 1.20.0.
Release notes
Sourced from com.google.crypto.tink:tink's releases.
Tink Java v1.20.0
Tink is a multi-language, cross-platform library that provides simple and misuse-proof APIs for common cryptographic tasks.
This is Tink Java 1.20.0
The complete list of changes since 1.19.0 can be found here.
- Updated the Protobuf dependency to 4.33.0.
- Improved performance for creating JWT signature primitives.
- Dropped support for WORKSPACE Bazel files.
- Allow using 32-byte keys in subtle AES-SIV primitive.
- Fixed tink-crypto/tink-java#63
Maven:
<dependency> <groupId>com.google.crypto.tink</groupId> <artifactId>tink</artifactId> <version>1.20.0</version> </dependency>Gradle:
dependencies { implementation 'com.google.crypto.tink:tink-android:1.20.0' }Bazel:
Using bzlmod
bazel_dep(name = "tink_java")git_override(
module_name = "tink_java",
remote = "https://github.com/tink-crypto/tink-java",
tag = "v1.20.0",
)
Tink Java v1.19.0
Tink is a multi-language, cross-platform library that provides simple and misuse-proof APIs for common cryptographic tasks.
This is Tink Java 1.19
... (truncated)
Commits
- See full diff in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Package Dependencies
com.google.crypto.tink:tink
maven
1.7.0 → 1.20.0
Minor
Technical Details
| ID: | 15688226 |
| UUID: | 3841431427 |
| Node ID: | PR_kwDOAJTq2M6-noBQ |
| Host: | GitHub |
| Repository: | apache/cloudstack |