mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 15:15:51 +03:00
Build(deps): Bump jacoco_version from 0.8.8 to 0.8.9
Bumps `jacoco_version` from 0.8.8 to 0.8.9. Updates `org.jacoco:org.jacoco.core` from 0.8.8 to 0.8.9 - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](https://github.com/jacoco/jacoco/compare/v0.8.8...v0.8.9) Updates `org.jacoco:org.jacoco.report` from 0.8.8 to 0.8.9 - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](https://github.com/jacoco/jacoco/compare/v0.8.8...v0.8.9) Updates `org.jacoco:org.jacoco.agent` from 0.8.8 to 0.8.9 - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](https://github.com/jacoco/jacoco/compare/v0.8.8...v0.8.9) --- updated-dependencies: - dependency-name: org.jacoco:org.jacoco.core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jacoco:org.jacoco.report dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jacoco:org.jacoco.agent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
50d4d13d0e
commit
e801e7924b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ buildscript {
|
||||||
ext {
|
ext {
|
||||||
androidPluginVersion = '7.4.2'
|
androidPluginVersion = '7.4.2'
|
||||||
appCompatVersion = '1.6.1'
|
appCompatVersion = '1.6.1'
|
||||||
jacoco_version = '0.8.8'
|
jacoco_version = '0.8.9'
|
||||||
kotlin_version = '1.8.10'
|
kotlin_version = '1.8.10'
|
||||||
androidxTestVersion = "1.4.0"
|
androidxTestVersion = "1.4.0"
|
||||||
daggerVersion = "2.45"
|
daggerVersion = "2.45"
|
||||||
|
|
Loading…
Reference in a new issue