Skip to content

Commit 863fc41

Browse files
dependabot: bump org.jacoco:org.jacoco.agent from 0.8.12 to 0.8.14
Bumps [org.jacoco:org.jacoco.agent](https://github.com/jacoco/jacoco) from 0.8.12 to 0.8.14. - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.12...v0.8.14) --- updated-dependencies: - dependency-name: org.jacoco:org.jacoco.agent dependency-version: 0.8.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3cf62f0 commit 863fc41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ buildscript {
8383
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlin_version}"
8484
classpath "org.jetbrains.kotlin:kotlin-allopen:${kotlin_version}"
8585
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.8"
86-
classpath "org.jacoco:org.jacoco.agent:0.8.12"
86+
classpath "org.jacoco:org.jacoco.agent:0.8.14"
8787
}
8888
}
8989

0 commit comments

Comments
 (0)