From 2438da7477b35fa5a3cba85d3bcc5c532fbcccda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 21:42:53 +0000 Subject: [PATCH] fix(deps): Bump tech.relaycorp:awala-testing from 1.5.27 to 1.5.34 Bumps [tech.relaycorp:awala-testing](https://github.com/relaycorp/awala-testing-jvm) from 1.5.27 to 1.5.34. - [Release notes](https://github.com/relaycorp/awala-testing-jvm/releases) - [Changelog](https://github.com/relaycorp/awala-testing-jvm/blob/master/.releaserc.yml) - [Commits](https://github.com/relaycorp/awala-testing-jvm/compare/v1.5.27...v1.5.34) --- updated-dependencies: - dependency-name: tech.relaycorp:awala-testing dependency-type: direct:production update-type: version-update:semver-patch ... 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 f2131ca0..7bd5ecc5 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -72,7 +72,7 @@ dependencies { implementation 'tech.relaycorp:awala:1.68.8' implementation 'tech.relaycorp:awala-keystore-file:1.6.53' implementation 'tech.relaycorp:poweb:1.5.88' - testImplementation 'tech.relaycorp:awala-testing:1.5.27' + testImplementation 'tech.relaycorp:awala-testing:1.5.34' // Security implementation 'androidx.security:security-crypto:1.1.0-alpha06'