Skip to content

Commit 62ba0fd

Browse files
SLOMNI-43 Update embedded C# analyzer to 10.7.0.110445
1 parent 2a0d8ec commit 62ba0fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

omnisharp-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<!-- The following properties should match the pom.xml of sonar-dotnet for the given analyzer version -->
2020
<sonar.analyzer.commons>2.16.0.3141</sonar.analyzer.commons>
2121
<sonar.version>11.1.0.2693</sonar.version>
22-
<sonar.api.impl.version>25.1.0.102122</sonar.api.impl.version>
22+
<sonar.api.impl.version>25.2.0.102705</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.6.0.109712</analyzer.version>
48+
<analyzer.version>10.7.0.110445</analyzer.version>
4949
<license.name>GNU LGPL v3</license.name>
5050
</properties>
5151

0 commit comments

Comments
 (0)