Skip to content

Commit 6860ba5

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

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
@@ -81,7 +81,7 @@ buildscript {
8181
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlin_version}"
8282
classpath "org.jetbrains.kotlin:kotlin-allopen:${kotlin_version}"
8383
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.8"
84-
classpath "org.jacoco:org.jacoco.agent:0.8.12"
84+
classpath "org.jacoco:org.jacoco.agent:0.8.13"
8585
}
8686
}
8787

0 commit comments

Comments
 (0)