From f61aac7c3c3e77e36c0280667014d4861f811428 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 13:54:56 +0000 Subject: [PATCH] build(deps): bump net.danlew:android.joda from 2.12.5 to 2.12.6 Bumps [net.danlew:android.joda](https://github.com/dlew/joda-time-android) from 2.12.5 to 2.12.6. - [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.5...v2.12.6) --- 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 e61cb2ef0..2f57e60be 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ buildscript { swipeRefresh = '1.1.0' viewPager = '1.0.0' biometrics = '1.2.0-alpha05' - joda = '2.12.5' + joda = '2.12.6' exifinterface= '1.3.7' palette = '1.0.0' preference = '1.2.1'