From 9628abae3546a66d0f12a914fb0e7c68edb28171 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 13:33:07 +0000 Subject: [PATCH] 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](https://github.com/jacoco/jacoco/compare/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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index efc029215..af7de0647 100644 --- a/build.gradle +++ b/build.gradle @@ -81,7 +81,7 @@ buildscript { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlin_version}" classpath "org.jetbrains.kotlin:kotlin-allopen:${kotlin_version}" classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.8" - classpath "org.jacoco:org.jacoco.agent:0.8.12" + classpath "org.jacoco:org.jacoco.agent:0.8.13" } }