diff --git a/build.gradle b/build.gradle index 08dc07c4c..7c4d4190e 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ dependencies { testImplementation 'org.springframework.boot:spring-boot-docker-compose' testImplementation 'org.testcontainers:junit-jupiter' testImplementation 'org.testcontainers:mysql' - checkstyle "io.spring.javaformat:spring-javaformat-checkstyle:${springJavaformatCheckstyleVersion}" + checkstyle "io.spring.javaformat:spring-javaformat-checkstyle:0.0.43" checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}" }