From 0a57dd938877f6873c0648747718d96a5d399b13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Dec 2020 04:17:35 +0000 Subject: [PATCH] Bump joda-time from 2.10.1 to 2.10.9 Bumps [joda-time](https://github.com/JodaOrg/joda-time) from 2.10.1 to 2.10.9. - [Release notes](https://github.com/JodaOrg/joda-time/releases) - [Changelog](https://github.com/JodaOrg/joda-time/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/JodaOrg/joda-time/compare/v2.10.1...v2.10.9) 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 305fcab..6407dfe 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -53,7 +53,7 @@ dependencies { implementation 'com.squareup.sqlbrite3:sqlbrite:3.2.0' implementation 'com.jakewharton.rxbinding2:rxbinding-appcompat-v7:2.2.0' - implementation 'joda-time:joda-time:2.10.1' + implementation 'joda-time:joda-time:2.10.9' //Tests testImplementation 'junit:junit:4.12'