From 800a978f11a075c93f5355d39d77abaf2ba985b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 20:08:15 +0000 Subject: [PATCH] dependabot: bump org.jacoco:org.jacoco.agent from 0.8.11 to 0.8.12 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b85e32c7..fb9fb4a8 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ buildscript { dependencies { classpath "${opensearch_group}.gradle:build-tools:${opensearch_version}" - classpath "org.jacoco:org.jacoco.agent:0.8.11" + classpath "org.jacoco:org.jacoco.agent:0.8.12" } }