From 81ac9a66dd034857a4abeb975edce4e3548ee851 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 11:50:38 +0000 Subject: [PATCH] chore(deps): Bump awala from 1.58.0 to 1.60.1 Bumps [awala](https://github.com/relaycorp/awala-jvm) from 1.58.0 to 1.60.1. - [Release notes](https://github.com/relaycorp/awala-jvm/releases) - [Changelog](https://github.com/relaycorp/awala-jvm/blob/master/.releaserc.yml) - [Commits](https://github.com/relaycorp/awala-jvm/compare/v1.58.0...v1.60.1) --- updated-dependencies: - dependency-name: tech.relaycorp:awala 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 6f7c2a71..6fa667d9 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -64,7 +64,7 @@ dependencies { implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinCoroutinesVersion" // Awala - implementation 'tech.relaycorp:awala:1.58.0' + implementation 'tech.relaycorp:awala:1.60.1' implementation 'tech.relaycorp:awala-keystore-file:1.3.2' implementation 'tech.relaycorp:poweb:1.5.24' testImplementation 'tech.relaycorp:awala-testing:1.3.3'