diff --git a/pom.xml b/pom.xml
index faa44409..415e8ac4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,8 @@
3.8.0
2.10
- 8.12
+
+ ${maven-checkstyle-plugin.version}
8.12
0.0.6
3.0.1
@@ -60,6 +61,7 @@
1.16
0.0.6
3.0.0
+ false
@@ -304,7 +306,7 @@ limitations under the License.
com.puppycrawl.tools
checkstyle
- ${checkstyle.version}
+ ${puppycrawl-tools-checkstyle.version}
io.spring.javaformat
diff --git a/spring-cloud-build-tools/pom.xml b/spring-cloud-build-tools/pom.xml
index 3c6b7cc5..3c41191d 100644
--- a/spring-cloud-build-tools/pom.xml
+++ b/spring-cloud-build-tools/pom.xml
@@ -17,7 +17,7 @@
com.puppycrawl.tools
checkstyle
- ${checkstyle.version}
+ ${puppycrawl-tools-checkstyle.version}