Browse Source

Merge pull request #8691 from nextcloud/dependabot/gradle/commons-io-commons-io-2.11.0

Bump commons-io from 2.9.0 to 2.11.0
Tobias Kaminsky 3 years ago
parent
commit
9937274443
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -288,7 +288,7 @@ dependencies {
     implementation "androidx.fragment:fragment-ktx:1.3.4"
     implementation 'com.github.albfernandez:juniversalchardet:2.0.3' // need this version for Android <7
     compileOnly 'com.google.code.findbugs:annotations:3.0.1u2'
-    implementation 'commons-io:commons-io:2.9.0'
+    implementation 'commons-io:commons-io:2.11.0'
     implementation "com.jakewharton:butterknife:$butterknifeVersion"
     kapt "com.jakewharton:butterknife-compiler:$butterknifeVersion"
     implementation 'org.greenrobot:eventbus:3.2.0'