From b6ff61a93cdc8f74b30e1ca34eb61fae08feec2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 14:33:24 +0000 Subject: [PATCH] chore(deps): bump org.jacoco:org.jacoco.core from 0.8.14 to 0.8.15 Bumps [org.jacoco:org.jacoco.core](https://github.com/jacoco/jacoco) from 0.8.14 to 0.8.15. - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](https://github.com/jacoco/jacoco/compare/v0.8.14...v0.8.15) --- updated-dependencies: - dependency-name: org.jacoco:org.jacoco.core dependency-version: 0.8.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 56953cfe..afbd67fb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -37,7 +37,7 @@ junit = "4.13.2" junitktx = "1.3.0" leakcanaryAndroid = "2.14" mockk = "1.14.9" -org-jacoco-core = "0.8.14" +org-jacoco-core = "0.8.15" jacoco-plugin = "0.2.1" robolectric = "4.16.1" screenshot = "0.0.1-alpha14"