From ed7774a5245bf6cc972a9aa36ea29bf412221968 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 12:08:56 +0000 Subject: [PATCH] Bump net.danlew:android.joda from 2.10.14 to 2.12.4 Bumps [net.danlew:android.joda](https://github.com/dlew/joda-time-android) from 2.10.14 to 2.12.4. - [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.4) --- 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..3bd924261c7 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.4' junit_version = '4.13.2' mockito_version = '4.4.0'