소스 검색

Merge pull request #2997 from nextcloud/dependabot/gradle/commons-io-commons-io-2.6

Bump commons-io from 2.5 to 2.6
Tobias Kaminsky 6 년 전
부모
커밋
775671463d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -222,7 +222,7 @@ dependencies {
     implementation "com.android.support:exifinterface:${supportLibraryVersion}"
     implementation 'com.github.albfernandez:juniversalchardet:2.1.0'
     implementation 'com.google.code.findbugs:annotations:2.0.1'
-    implementation 'commons-io:commons-io:2.5'
+    implementation 'commons-io:commons-io:2.6'
     implementation 'com.github.evernote:android-job:v1.2.5'
     implementation 'com.jakewharton:butterknife:8.8.1'
     annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'