Skip to content

Commit

Permalink
fix: trying newest version of Sonar scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-deri committed Apr 4, 2024
1 parent 9877bca commit 29b1817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>3.3.0.603</version>
<version>3.10.0.2594</version>
<executions>
<execution>
<phase>verify</phase>
Expand All @@ -205,7 +205,7 @@
<filtering>true</filtering>
</testResource>
</testResources>

</build>

</project>

0 comments on commit 29b1817

Please sign in to comment.