Skip to content

Commit dc4bc03

Browse files
dependabot[bot]kruton
authored andcommitted
Bump com.google.crypto.tink:tink from 1.12.0 to 1.13.0
Bumps [com.google.crypto.tink:tink](https://github.com/tink-crypto/tink-java) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/tink-crypto/tink-java/releases) - [Commits](tink-crypto/tink-java@v1.12.0...v1.13.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>
1 parent f08e4a8 commit dc4bc03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ apply(from = "$rootDir/config/quality.gradle.kts")
4242
dependencies {
4343
implementation("com.jcraft:jzlib:1.1.3")
4444
implementation("org.connectbot:simplesocks:1.0.1")
45-
implementation("com.google.crypto.tink:tink:1.12.0") {
45+
implementation("com.google.crypto.tink:tink:1.13.0") {
4646
isTransitive = false
4747
}
4848
implementation("org.connectbot:jbcrypt:1.0.2")

0 commit comments

Comments
 (0)