Skip to content

Commit b5a5e16

Browse files
SLOMNI-50 Update embedded C# analyzer to 10.9.1.115516
1 parent c759950 commit b5a5e16

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

omnisharp-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717

1818
<properties>
1919
<!-- The following properties should match the pom.xml of sonar-dotnet for the given analyzer version -->
20-
<sonar.analyzer.commons>2.16.0.3141</sonar.analyzer.commons>
20+
<sonar.analyzer.commons>2.17.0.3322</sonar.analyzer.commons>
2121
<sonar.version>11.3.0.2824</sonar.version>
22-
<sonar.api.impl.version>25.3.0.104237</sonar.api.impl.version>
22+
<sonar.api.impl.version>25.4.0.105899</sonar.api.impl.version>
2323
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
2424
<sonarAnalyzer.directory>${project.build.directory}/analyzer</sonarAnalyzer.directory>
2525
<servicesDll.directory>${project.build.directory}/services</servicesDll.directory>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<sonarlint-core.version>10.11.0.79687</sonarlint-core.version>
4646
<jdk.min.version>11</jdk.min.version>
4747
<omnisharp.version>1.39.10</omnisharp.version>
48-
<analyzer.version>10.8.0.113526</analyzer.version>
48+
<analyzer.version>10.9.1.115516</analyzer.version>
4949
<license.name>GNU LGPL v3</license.name>
5050
</properties>
5151

0 commit comments

Comments
 (0)