Skip to content

Commit af3e41f

Browse files
SLOMNI-55 Update embedded C# analyzer to 10.10.1.116480
1 parent fb93cff commit af3e41f

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
@@ -18,8 +18,8 @@
1818
<properties>
1919
<!-- The following properties should match the pom.xml of sonar-dotnet for the given analyzer version -->
2020
<sonar.analyzer.commons>2.17.0.3322</sonar.analyzer.commons>
21-
<sonar.version>11.3.0.2824</sonar.version>
22-
<sonar.api.impl.version>25.4.0.105899</sonar.api.impl.version>
21+
<sonar.version>12.0.0.2960</sonar.version>
22+
<sonar.api.impl.version>25.5.0.107428</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.9.1.115516</analyzer.version>
48+
<analyzer.version>10.10.1.116480</analyzer.version>
4949
<license.name>GNU LGPL v3</license.name>
5050
</properties>
5151

0 commit comments

Comments
 (0)