Skip to content

Commit 960d964

Browse files
dependabot[bot]kruton
authored andcommitted
build(deps): bump com.google.crypto.tink:tink from 1.17.0 to 1.18.0
Bumps [com.google.crypto.tink:tink](https://github.com/tink-crypto/tink-java) from 1.17.0 to 1.18.0. - [Release notes](https://github.com/tink-crypto/tink-java/releases) - [Commits](tink-crypto/tink-java@v1.17.0...v1.18.0) --- updated-dependencies: - dependency-name: com.google.crypto.tink:tink dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c656208 commit 960d964

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.17.0") {
45+
implementation("com.google.crypto.tink:tink:1.18.0") {
4646
isTransitive = false
4747
}
4848
implementation("org.connectbot:jbcrypt:1.0.2")

0 commit comments

Comments
 (0)