Skip to content

Commit 67ac386

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 c9e2c7f commit 67ac386

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
@@ -82,7 +82,7 @@ buildscript {
8282
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlin_version}"
8383
classpath "org.jetbrains.kotlin:kotlin-allopen:${kotlin_version}"
8484
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.8"
85-
classpath "org.jacoco:org.jacoco.agent:0.8.12"
85+
classpath "org.jacoco:org.jacoco.agent:0.8.14"
8686
}
8787
}
8888

0 commit comments

Comments
 (0)