From 1518a59a983a300551c4954eba9b2424d07329b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 00:38:53 +0000 Subject: [PATCH] chore(deps): update dependency com.diffplug.spotless to v8.5.1 --- plugwerk-java-cli-example/gradle/libs.versions.toml | 2 +- plugwerk-springboot-thymeleaf-example/gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugwerk-java-cli-example/gradle/libs.versions.toml b/plugwerk-java-cli-example/gradle/libs.versions.toml index 2898f62..6343fa7 100644 --- a/plugwerk-java-cli-example/gradle/libs.versions.toml +++ b/plugwerk-java-cli-example/gradle/libs.versions.toml @@ -5,7 +5,7 @@ picocli = "4.7.7" slf4j = "2.0.18" logback = "1.5.32" junit = "6.0.3" -spotless = "8.4.0" +spotless = "8.5.1" [libraries] plugwerk-spi = { module = "io.plugwerk:plugwerk-spi", version.ref = "plugwerk" } diff --git a/plugwerk-springboot-thymeleaf-example/gradle/libs.versions.toml b/plugwerk-springboot-thymeleaf-example/gradle/libs.versions.toml index 356bad4..b018fbe 100644 --- a/plugwerk-springboot-thymeleaf-example/gradle/libs.versions.toml +++ b/plugwerk-springboot-thymeleaf-example/gradle/libs.versions.toml @@ -6,7 +6,7 @@ slf4j = "2.0.18" # so logback-classic and logback-core stay in lockstep across Boot upgrades. spring-boot = "4.0.6" spring-dep-mgmt = "1.1.7" -spotless = "8.4.0" +spotless = "8.5.1" thymeleaf-layout = "4.0.1" [libraries]