File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
java-checks-testkit/src/main/java/org/sonar/java/checks/verifier/internal Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1616 */
1717package org .sonar .java .checks .verifier .internal ;
1818
19+ import java .io .InputStream ;
1920import java .io .Serializable ;
2021import org .sonar .api .SonarRuntime ;
2122import org .sonar .api .batch .fs .FileSystem ;
@@ -201,4 +202,9 @@ public Settings settings() {
201202 public void addTelemetryProperty (String s , String s1 ) {
202203 throw notSupportedException ("addTelemetryProperty(String,String)" );
203204 }
205+
206+ @ Override
207+ public void addAnalysisData (String s , String s1 , InputStream inputStream ) {
208+ throw notSupportedException ("addAnalysisData(String,String,InputStream)" );
209+ }
204210}
Original file line number Diff line number Diff line change 9191 sonar-plugin-api should be compatible with SQ peach. You can see which version SQ is using
9292 at SonarSource/sonarqube/gradle.properties
9393 -->
94- <sonar .plugin.api.version>11 .0.0.2664 </sonar .plugin.api.version>
94+ <sonar .plugin.api.version>13 .0.0.3026 </sonar .plugin.api.version>
9595 <sonarlint .plugin.api.version>10.13.0.79996</sonarlint .plugin.api.version>
9696 <analyzer .commons.version>2.18.0.3393</analyzer .commons.version>
9797 <orchestrator .version>5.6.2.2625</orchestrator .version>
203203 <dependency >
204204 <groupId >com.google.guava</groupId >
205205 <artifactId >guava</artifactId >
206- <version >33.3.1 -jre</version >
206+ <version >33.4.8 -jre</version >
207207 </dependency >
208208 <dependency >
209209 <groupId >com.google.code.findbugs</groupId >
285285 <dependency >
286286 <groupId >commons-io</groupId >
287287 <artifactId >commons-io</artifactId >
288- <version >2.17 .0</version >
288+ <version >2.19 .0</version >
289289 </dependency >
290290 <dependency >
291291 <groupId >com.google.code.gson</groupId >
292292 <artifactId >gson</artifactId >
293- <version >2.11.0 </version >
293+ <version >2.13.1 </version >
294294 <scope >compile</scope >
295295 </dependency >
296296 <!-- staxmate is used by java-surefire -->
You can’t perform that action at this time.
0 commit comments