diff --git a/java-spring-boot-webhook/build.gradle.kts b/java-spring-boot-webhook/build.gradle.kts index a8cf82d..13ab062 100644 --- a/java-spring-boot-webhook/build.gradle.kts +++ b/java-spring-boot-webhook/build.gradle.kts @@ -2,7 +2,7 @@ plugins { java id("org.springframework.boot") version "3.4.1" id("io.spring.dependency-management") version "1.1.7" - id("com.diffplug.spotless") version "7.0.1" + id("com.diffplug.spotless") version "7.0.2" } group = "com.example"