From 015d55711fdc2cbc59f8e4b1e26fc7aa1ab1326b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 2 Oct 2024 20:14:28 +0000 Subject: [PATCH] chore(deps): update plugin io.github.surpsg.delta-coverage to v2.5.0 (#864) 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> (cherry picked from commit 5f878279b82a597f1b5c5144a35d7ff97a2aedc0) 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 a453380c..97b6c0b2 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.6.0" apply false - id "io.github.surpsg.delta-coverage" version "2.4.0" + id "io.github.surpsg.delta-coverage" version "2.5.0" } apply plugin: 'java'