From 78ed59542b1e55e608282f04a1c0122e20e152d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 23 Apr 2024 23:11:07 +0000 Subject: [PATCH] dependabot: bump org.jacoco:org.jacoco.agent from 0.8.11 to 0.8.12 (#1188) Bumps [org.jacoco:org.jacoco.agent](https://github.com/jacoco/jacoco) from 0.8.11 to 0.8.12. - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](https://github.com/jacoco/jacoco/compare/v0.8.11...v0.8.12) --- updated-dependencies: - dependency-name: org.jacoco:org.jacoco.agent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit f3998e9101d1cd1c246b30756ee7d3a3ca06c757) Signed-off-by: github-actions[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ad21b8b5f..11556c863 100644 --- a/build.gradle +++ b/build.gradle @@ -142,7 +142,7 @@ dependencies { implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.13.0' - implementation "org.jacoco:org.jacoco.agent:0.8.11" + implementation "org.jacoco:org.jacoco.agent:0.8.12" implementation ("org.jacoco:org.jacoco.ant:0.8.11") { exclude group: 'org.ow2.asm', module: 'asm-commons' exclude group: 'org.ow2.asm', module: 'asm'