From 935e51d685450f4059fdae6b00c06774be1c45c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 17:05:45 +0000 Subject: [PATCH] Bump net.danlew:android.joda from 2.12.4 to 2.12.5 Bumps [net.danlew:android.joda](https://github.com/dlew/joda-time-android) from 2.12.4 to 2.12.5. - [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.4...v2.12.5) --- updated-dependencies: - dependency-name: net.danlew:android.joda dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 3150ac1..6a397d0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -127,7 +127,7 @@ dependencies { annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.3' implementation 'com.jakewharton.timber:timber:5.0.1' implementation 'io.reactivex:rxandroid:1.2.1' - implementation 'net.danlew:android.joda:2.12.4' + implementation 'net.danlew:android.joda:2.12.5' implementation 'org.apmem.tools:layouts:1.10@aar' implementation 'frankiesardo:icepick:3.2.0'