diff --git a/sonar-scanner-cli.yaml b/sonar-scanner-cli.yaml index a20db4b14e8..f9dc1640f51 100644 --- a/sonar-scanner-cli.yaml +++ b/sonar-scanner-cli.yaml @@ -1,7 +1,7 @@ package: name: sonar-scanner-cli version: 6.0.0.4432 - epoch: 1 + epoch: 2 description: Scanner CLI for SonarQube and SonarCloud copyright: - license: LGPL-3.0-or-later @@ -28,11 +28,6 @@ pipeline: tag: ${{package.version}} expected-commit: 5bf62ea3a849839766a18b27a22259af2ad75b17 - - uses: patch - with: - # Bumps okio to mitigate a CVE - patches: bumpdeps.patch - - name: build runs: | mvn clean package diff --git a/sonar-scanner-cli/bumpdeps.patch b/sonar-scanner-cli/bumpdeps.patch deleted file mode 100644 index 4b367fbcdc4..00000000000 --- a/sonar-scanner-cli/bumpdeps.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff --git a/pom.xml b/pom.xml -index a4e5d92..ab92d9b 100644 ---- a/pom.xml -+++ b/pom.xml -@@ -63,6 +63,11 @@ - - - -+ -+ com.squareup.okio -+ okio -+ 1.17.6 -+ - - org.sonarsource.scanner.api - sonar-scanner-api