Skip to content

Commit

Permalink
Bump s4net to 5.13.0.66756 (#7040)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregory-paidis-sonarsource authored Apr 5, 2023
1 parent 474a363 commit fada459
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion its/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</organization>

<properties>
<scannerMsbuild.version>5.12.0.64969</scannerMsbuild.version>
<scannerMsbuild.version>5.13.0.66756</scannerMsbuild.version>
<surefire.argLine>-server</surefire.argLine>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion its/src/test/java/com/sonar/it/shared/TestUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ private static String getProjectBaseDir(Path projectDir, String subProjectName)
private static Build<ScannerForMSBuild> newScanner(Path projectDir) {
// We need to set the fallback version to run from inside the IDE when the property isn't set
return ScannerForMSBuild.create(projectDir.toFile())
.setScannerVersion(System.getProperty("scannerMsbuild.version", "5.12.0.64969"))
.setScannerVersion(System.getProperty("scannerMsbuild.version", "5.13.0.66756"))

// In order to be able to run tests on Azure pipelines, the AGENT_BUILDDIRECTORY environment variable
// needs to be set to the analyzed project directory.
Expand Down

0 comments on commit fada459

Please sign in to comment.