From f57935726a5bb8a339cbe71961c19c473e03b404 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 18:31:48 -0700 Subject: [PATCH] Update plugin io.github.surpsg.delta-coverage to v2.4.0 (#818) Signed-off-by: mend-for-github-com[bot] Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0253730cb..db4d75907 100644 --- a/build.gradle +++ b/build.gradle @@ -53,7 +53,7 @@ buildscript { plugins { id "de.undercouch.download" version "5.6.0" id "org.gradle.test-retry" version "1.5.10" apply false - id "io.github.surpsg.delta-coverage" version "2.3.0" + id "io.github.surpsg.delta-coverage" version "2.4.0" } apply plugin: 'java'