浏览代码

Bump parceler from 1.1.9 to 1.1.11

Bumps [parceler](https://github.com/johncarl81/parceler) from 1.1.9 to 1.1.11.
- [Release notes](https://github.com/johncarl81/parceler/releases)
- [Changelog](https://github.com/johncarl81/parceler/blob/master/CHANGELOG.adoc)
- [Commits](https://github.com/johncarl81/parceler/compare/parceler-project-1.1.9...parceler-project-1.1.11)

Signed-off-by: dependabot[bot] <support@dependabot.com>
dependabot[bot] 6 年之前
父节点
当前提交
9aa38b5c3a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -236,7 +236,7 @@ dependencies {
     implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.15'
 
     implementation 'org.parceler:parceler-api:1.1.11'
-    annotationProcessor 'org.parceler:parceler:1.1.9'
+    annotationProcessor 'org.parceler:parceler:1.1.11'
     implementation ('com.github.bumptech.glide:glide:3.7.0') {
         exclude group: "com.android.support"
     }