Skip to content

Commit c9ce2e7

Browse files
Upgrade SonarQube dependency
1 parent b4946f0 commit c9ce2e7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

batch/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<name>SonarScanner Java Library - Batch</name>
1212

1313
<properties>
14-
<sonarQubeVersion>6.6</sonarQubeVersion>
14+
<sonarQubeVersion>25.9.0.112764</sonarQubeVersion>
1515
</properties>
1616

1717
<dependencies>
@@ -26,6 +26,12 @@
2626
<artifactId>sonar-scanner-engine</artifactId>
2727
<version>${sonarQubeVersion}</version>
2828
<scope>provided</scope>
29+
<exclusions>
30+
<exclusion>
31+
<groupId>*</groupId>
32+
<artifactId>*</artifactId>
33+
</exclusion>
34+
</exclusions>
2935
</dependency>
3036

3137
<!-- Unit tests -->

0 commit comments

Comments
 (0)