From a8a4bccaba106e63d1d9e0bd66e4af105f00316f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 02:01:16 +0000 Subject: [PATCH] Bump joda-time from 2.12.1 to 2.12.2 Bumps [joda-time](https://github.com/JodaOrg/joda-time) from 2.12.1 to 2.12.2. - [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/commits) --- 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 ecd592496..21bf24f8a 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.1' + implementation 'joda-time:joda-time:2.12.2' implementation "io.coil-kt:coil:${coilKtVersion}" implementation "io.coil-kt:coil-gif:${coilKtVersion}" implementation "io.coil-kt:coil-svg:${coilKtVersion}"