浏览代码

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] <support@github.com>
dependabot[bot] 2 年之前
父节点
当前提交
c674ea9279
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/build.gradle

+ 1 - 1
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}"