diff options
-rw-r--r-- | integration/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 1e8997fc..7f5b1932 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -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> |