Browse Source

Merge pull request #11517 from nextcloud/dependabot/gradle/jacoco_version-0.8.9

Build(deps): Bump jacoco_version from 0.8.8 to 0.8.9
Tobias Kaminsky 2 years ago
parent
commit
4d14d63750
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -2,7 +2,7 @@ buildscript {
     ext {
         androidPluginVersion = '7.4.2'
         appCompatVersion = '1.6.1'
-        jacoco_version = '0.8.8'
+        jacoco_version = '0.8.9'
         kotlin_version = '1.8.10'
         androidxTestVersion = "1.4.0"
         daggerVersion = "2.45"