diff --git a/build.gradle b/build.gradle index 25f535a8..5fb763ba 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ import io.spring.javaformat.gradle.tasks.Format plugins { id "checkstyle" - id "io.spring.javaformat" version "0.0.47" + id "io.spring.javaformat" version "0.0.48" id 'io.spring.nohttp' version '0.0.11' } @@ -12,7 +12,7 @@ allprojects { apply plugin: 'io.spring.javaformat' dependencies { - checkstyle "io.spring.javaformat:spring-javaformat-checkstyle:0.0.47" + checkstyle "io.spring.javaformat:spring-javaformat-checkstyle:0.0.48" } // Ensure every test task has at least a single test