Skip to content

Commit

Permalink
deps: Update SonarScanner CLI used by integration tests to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed Jun 5, 2024
1 parent 0a7c3b6 commit a87af64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ object Tests {

fun createSonarScanner(): SonarScanner =
SonarScanner.create()
.setScannerVersion("5.0.1.3006")
.setScannerVersion("6.0.0.4432")

fun newWsClient(orchestrator: Orchestrator): WsClient =
WsClientFactories.getDefault()
Expand Down

0 comments on commit a87af64

Please sign in to comment.