Browse Source

Merge pull request #3032 from nextcloud/dependabot/gradle/jacocoVersion

Bump jacocoVersion from 0.7.4.201502262128 to 0.8.2
Andy Scherzinger 6 years ago
parent
commit
c4bbb792dc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -37,7 +37,7 @@ configurations.all {
 
 ext {
     supportLibraryVersion = '27.1.1'
-    jacocoVersion = "0.7.4.201502262128"
+    jacocoVersion = "0.8.2"
 
     travisBuild = System.getenv("TRAVIS") == "true"