From 32e00fa0d70942e8e380135ccfe768369f63dfed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 19:02:56 +0000 Subject: [PATCH] Bump com.google.crypto.tink:tink-android from 1.9.0 to 1.13.0 Bumps [com.google.crypto.tink:tink-android](https://github.com/tink-crypto/tink-java) from 1.9.0 to 1.13.0. - [Release notes](https://github.com/tink-crypto/tink-java/releases) - [Commits](https://github.com/tink-crypto/tink-java/compare/v1.9.0...v1.13.0) --- updated-dependencies: - dependency-name: com.google.crypto.tink:tink-android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 28a67d4..af77d0f 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -45,7 +45,7 @@ android { dependencies { implementation("androidx.annotation:annotation:1.7.1") - implementation("com.google.crypto.tink:tink-android:1.9.0") + implementation("com.google.crypto.tink:tink-android:1.13.0") // Tests androidTestImplementation("androidx.test.ext:junit:1.1.5")