From 0f52c3ebf3f780c2e269f7e795534b8797247378 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 01:05:20 +0000 Subject: [PATCH] Bump joda-time from 2.11.2 to 2.12.0 Bumps [joda-time](https://github.com/JodaOrg/joda-time) from 2.11.2 to 2.12.0. - [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.11.2...v2.12.0) --- updated-dependencies: - dependency-name: joda-time:joda-time dependency-type: direct:production update-type: version-update:semver-minor ... 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 c790139a9..6a2a46fb4 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.11.2' + implementation 'joda-time:joda-time:2.12.0' implementation "io.coil-kt:coil:${coilKtVersion}" implementation "io.coil-kt:coil-gif:${coilKtVersion}" implementation "io.coil-kt:coil-svg:${coilKtVersion}"