From f2d4f3285e87c9d18584b35b3884ea95474cd175 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 11:11:58 +0000 Subject: [PATCH] build(deps): bump android.joda from 2.10.14 to 2.12.1.1 Bumps [android.joda](https://github.com/dlew/joda-time-android) from 2.10.14 to 2.12.1.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.10.14...v2.12.1.1) --- updated-dependencies: - dependency-name: net.danlew:android.joda dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f7aeaacda46..c96bd9e1cde 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' - joga_version = '2.10.14' + joga_version = '2.12.1.1' junit_version = '4.13.2' mockito_version = '4.4.0'