Skip to content

Commit

Permalink
feat: #276 update to sonarqube 9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rohwerj committed Sep 26, 2023
1 parent e9ba9fe commit a9eefbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extension/sonar-process-test-coverage-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<artifactId>sonar-camunda-process-test-coverage-plugin</artifactId>
<packaging>sonar-plugin</packaging>
<properties>
<sonar-plugin-api.version>9.5.0.71</sonar-plugin-api.version>
<sonar-plugin-api.version>9.9.0.229</sonar-plugin-api.version>
</properties>
<dependencies>
<dependency>
Expand Down Expand Up @@ -65,7 +65,7 @@
<pluginKey>camundaProcessTestCoverage</pluginKey>
<pluginClass>org.camunda.community.process_test_coverage.sonar.ProcessTestCoveragePlugin</pluginClass>
<pluginSourcesUrl>https://github.com/camunda-community-hub/camunda-process-test-coverage</pluginSourcesUrl>
<sonarQubeMinVersion>9.5</sonarQubeMinVersion>
<sonarQubeMinVersion>9.9</sonarQubeMinVersion>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -117,5 +117,5 @@
</plugin>
</plugins>
</build>

</project>

0 comments on commit a9eefbe

Please sign in to comment.