From 9bab7fcb2d4252f8a51e57ee9969ecb86a79a7ec Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 18:43:47 +0000 Subject: [PATCH] =?UTF-8?q?Upgrade=20Spotless=206.2.1=20=E2=86=92=206.25.0?= =?UTF-8?q?=20and=20JaCoCo=200.8.7=20=E2=86=92=200.8.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 03c56f755..cebeca647 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id 'io.spring.dependency-management' version '1.0.11.RELEASE' id 'java' id "com.netflix.dgs.codegen" version "5.0.6" - id "com.diffplug.spotless" version "6.2.1" + id "com.diffplug.spotless" version "6.25.0" id 'jacoco' } @@ -22,7 +22,7 @@ spotless { } jacoco { - toolVersion = "0.8.7" + toolVersion = "0.8.12" } jacocoTestReport {