Fix checkstyle version on integration pom 12/137812/1
authoradheli.tavares <adheli.tavares@est.tech>
Tue, 30 Apr 2024 08:37:18 +0000 (09:37 +0100)
committeradheli.tavares <adheli.tavares@est.tech>
Tue, 30 Apr 2024 08:37:45 +0000 (09:37 +0100)
Issue-ID: POLICY-4970
Change-Id: I5de475f751c4ef920874bec085c072031c2dde97
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
integration/pom.xml

index 1e8997f..7f5b193 100644 (file)
@@ -39,7 +39,7 @@
         <java.version>17</java.version>
         <!-- Note Well: For RELEASE/SNAPSHOT always set to the project version -->
         <version.parent.resources>4.1.3-SNAPSHOT</version.parent.resources>
-        <version.parent.checkstyle>4.1.2-SNAPSHOT</version.parent.checkstyle>
+        <version.parent.checkstyle>4.1.3-SNAPSHOT</version.parent.checkstyle>
         <jacoco.destFile>${project.build.directory}/code-coverage/jacoco-ut.exec</jacoco.destFile>
         <!-- Default Sonar configuration -->
         <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>