From c674ea9279f2214f13339ebe6156c9722c71bc37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 02:09:59 +0000 Subject: [PATCH] Bump joda-time from 2.12.0 to 2.12.1 Bumps [joda-time](https://github.com/JodaOrg/joda-time) from 2.12.0 to 2.12.1. - [Release notes](https://github.com/JodaOrg/joda-time/releases) - [Changelog](https://github.com/JodaOrg/joda-time/blob/main/RELEASE-NOTES.txt) - [Commits](https://github.com/JodaOrg/joda-time/compare/v2.12.0...v2.12.1) --- updated-dependencies: - dependency-name: joda-time:joda-time 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 624c013a5..da691b480 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -254,7 +254,7 @@ dependencies { implementation 'com.github.nextcloud-deps.fresco:webpsupport:v111' implementation 'com.github.nextcloud-deps.fresco:animated-gif:v111' implementation 'com.github.nextcloud-deps.fresco:imagepipeline-okhttp3:v111' - implementation 'joda-time:joda-time:2.12.0' + implementation 'joda-time:joda-time:2.12.1' implementation "io.coil-kt:coil:${coilKtVersion}" implementation "io.coil-kt:coil-gif:${coilKtVersion}" implementation "io.coil-kt:coil-svg:${coilKtVersion}"