Skip to content

Commit ab2e6a7

Browse files
Bump org.jacoco:org.jacoco.core from 0.8.13 to 0.8.14
Bumps [org.jacoco:org.jacoco.core](https://github.com/jacoco/jacoco) from 0.8.13 to 0.8.14. - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.13...v0.8.14) --- updated-dependencies: - dependency-name: org.jacoco:org.jacoco.core dependency-version: 0.8.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b9a2be6 commit ab2e6a7

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.13.0"
1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1414
classpath("org.jlleitschuh.gradle:ktlint-gradle:13.1.0")
15-
classpath("org.jacoco:org.jacoco.core:0.8.13")
15+
classpath("org.jacoco:org.jacoco.core:0.8.14")
1616
classpath "com.vanniktech:gradle-maven-publish-plugin:0.34.0"
1717
}
1818
}

0 commit comments

Comments
 (0)