Skip to content

Commit

Permalink
bump s4net version (#5837)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-epure-sonarsource authored Jul 14, 2022
1 parent ec0c6d4 commit 2906227
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 @@ -22,7 +22,7 @@
</organization>

<properties>
<scannerMsbuild.version>5.7.1.49528</scannerMsbuild.version>
<scannerMsbuild.version>5.7.2.50892</scannerMsbuild.version>
<surefire.argLine>-server</surefire.argLine>
<maven.compiler.release>8</maven.compiler.release>
</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 @@ -140,7 +140,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.7.1.49528"))
.setScannerVersion(System.getProperty("scannerMsbuild.version", "5.7.2.50892"))

// 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 2906227

Please sign in to comment.