Skip to content

Commit e9926ac

Browse files
Bump org.jacoco:org.jacoco.core from 0.8.8 to 0.8.12
Bumps [org.jacoco:org.jacoco.core](https://github.com/jacoco/jacoco) from 0.8.8 to 0.8.12. - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.8...v0.8.12) --- updated-dependencies: - dependency-name: org.jacoco:org.jacoco.core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 10077fc commit e9926ac

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.12")
1616
classpath "com.vanniktech:gradle-maven-publish-plugin:0.19.0"
1717
}
1818
}

0 commit comments

Comments
 (0)