Skip to content

Commit

Permalink
SLI-1546 Update embedded C# analyzer to 9.32.0.97167
Browse files Browse the repository at this point in the history
  • Loading branch information
eray-felek-sonarsource committed Aug 27, 2024
1 parent 8eccc57 commit f5056b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions omnisharp-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
<description>Code Analyzer based on Omnisharp</description>

<properties>
<analyzer.version>9.30.0.95878</analyzer.version>
<analyzer.version>9.32.0.97167</analyzer.version>
<!-- The following properties should match https://github.com/SonarSource/sonar-dotnet/blob/master/pom.xml#L58 for the given analyzer version -->
<sonar.analyzer.commons>2.11.0.2861</sonar.analyzer.commons>
<sonar.version>10.9.0.2362</sonar.version>
<sonar.analyzer.commons>2.12.0.2964</sonar.analyzer.commons>
<sonar.version>10.10.0.2391</sonar.version>
<sonar.api.impl.version>10.6.0.92116</sonar.api.impl.version>
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
<sonarAnalyzer.directory>${project.build.directory}/analyzer</sonarAnalyzer.directory>
Expand Down

0 comments on commit f5056b2

Please sign in to comment.