Skip to content

Commit

Permalink
Bump sonar-analyzer-commons to 2.7.0.1482
Browse files Browse the repository at this point in the history
  • Loading branch information
costin-zaharia-sonarsource committed Aug 14, 2023
1 parent 0c15f29 commit c90487c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<artifactsToDownload>${project.groupId}:SonarAnalyzer.CSharp:nupkg,${project.groupId}:SonarAnalyzer.VisualBasic:nupkg</artifactsToDownload>
<!-- We are ignoring java doc warnings - this is because we are using JDK 11. Ideally we should not do that. -->
<doclint>none</doclint>
<sonar.analyzer.commons.version>2.5.0.1358</sonar.analyzer.commons.version>
<sonar.analyzer.commons.version>2.7.0.1482</sonar.analyzer.commons.version>
<sonar.version>10.1.0.809</sonar.version>
<sonar.api.impl.version>10.1.0.73491</sonar.api.impl.version>
<jdk.min.version>11</jdk.min.version>
Expand All @@ -76,6 +76,11 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.sonarsource.analyzer-commons</groupId>
<artifactId>sonar-analyzer-commons</artifactId>
<version>${sonar.analyzer.commons.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down
1 change: 0 additions & 1 deletion sonar-csharp-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
<dependency>
<groupId>org.sonarsource.analyzer-commons</groupId>
<artifactId>sonar-analyzer-commons</artifactId>
<version>${sonar.analyzer.commons.version}</version>
</dependency>

<!-- test dependencies -->
Expand Down
1 change: 0 additions & 1 deletion sonar-dotnet-shared-library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
<dependency>
<groupId>org.sonarsource.analyzer-commons</groupId>
<artifactId>sonar-analyzer-commons</artifactId>
<version>${sonar.analyzer.commons.version}</version>
</dependency>
<dependency>
<groupId>org.sonarsource.analyzer-commons</groupId>
Expand Down
1 change: 0 additions & 1 deletion sonar-vbnet-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
<dependency>
<groupId>org.sonarsource.analyzer-commons</groupId>
<artifactId>sonar-analyzer-commons</artifactId>
<version>${sonar.analyzer.commons.version}</version>
</dependency>

<!-- test dependencies -->
Expand Down

0 comments on commit c90487c

Please # to comment.