Skip to content

Commit

Permalink
Bump com.google.crypto.tink:tink from 1.11.0 to 1.12.0
Browse files Browse the repository at this point in the history
Bumps [com.google.crypto.tink:tink](https://github.com/tink-crypto/tink-java) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/tink-crypto/tink-java/releases)
- [Commits](tink-crypto/tink-java@v1.11.0...v1.12.0)

---
updated-dependencies:
- dependency-name: com.google.crypto.tink:tink
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kruton committed Dec 8, 2023
1 parent 312d084 commit ea6a204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ apply(from = "$rootDir/config/quality.gradle.kts")
dependencies {
implementation("com.jcraft:jzlib:1.1.3")
implementation("org.connectbot:simplesocks:1.0.1")
implementation("com.google.crypto.tink:tink:1.11.0")
implementation("com.google.crypto.tink:tink:1.12.0")
implementation("org.connectbot:jbcrypt:1.0.2")

testImplementation("junit:junit:4.13.2")
Expand Down

0 comments on commit ea6a204

Please sign in to comment.