Skip to content

Commit 323f58a

Browse files
dependabot: bump org.jacoco:org.jacoco.agent from 0.8.10 to 0.8.12
Bumps [org.jacoco:org.jacoco.agent](https://github.com/jacoco/jacoco) from 0.8.10 to 0.8.12. - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.10...v0.8.12) --- updated-dependencies: - 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>
1 parent 5094cf8 commit 323f58a

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
@@ -80,7 +80,7 @@ buildscript {
8080
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlin_version}"
8181
classpath "org.jetbrains.kotlin:kotlin-allopen:${kotlin_version}"
8282
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.7"
83-
classpath "org.jacoco:org.jacoco.agent:0.8.10"
83+
classpath "org.jacoco:org.jacoco.agent:0.8.12"
8484
}
8585
}
8686

0 commit comments

Comments
 (0)