From e216a9330d7e301900bc376fc7e6bbdffc2e8f0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 08:09:18 +0000 Subject: [PATCH] chore(deps): bump android.joda from 2.12.0 to 2.12.1 Bumps [android.joda](https://github.com/dlew/joda-time-android) from 2.12.0 to 2.12.1. - [Release notes](https://github.com/dlew/joda-time-android/releases) - [Changelog](https://github.com/dlew/joda-time-android/blob/main/CHANGELOG.md) - [Commits](https://github.com/dlew/joda-time-android/compare/v2.12.0...v2.12.1) --- updated-dependencies: - dependency-name: net.danlew:android.joda dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 063e8f8e0c..10f3341d0f 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ buildscript { work_version = '2.7.1' tink_version = '1.5.0' json_version = '20220320' - joda_version = '2.12.0' + joda_version = '2.12.1' junit_version = '4.13.2' mockito_version = '4.4.0'