Skip to content

Commit ae68469

Browse files
Bump org.jacoco:org.jacoco.core from 0.8.10 to 0.8.13 (#304)
Bumps [org.jacoco:org.jacoco.core](https://github.com/jacoco/jacoco) from 0.8.10 to 0.8.13. - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.10...v0.8.13) --- updated-dependencies: - dependency-name: org.jacoco:org.jacoco.core dependency-version: 0.8.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 009c85c commit ae68469

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
@@ -12,7 +12,7 @@ buildscript {
1212
classpath "com.android.tools.build:gradle:8.6.1"
1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1414
classpath("org.jlleitschuh.gradle:ktlint-gradle:11.4.2")
15-
classpath("org.jacoco:org.jacoco.core:0.8.10")
15+
classpath("org.jacoco:org.jacoco.core:0.8.13")
1616
classpath "com.vanniktech:gradle-maven-publish-plugin:0.34.0"
1717
}
1818
}

0 commit comments

Comments
 (0)