diff --git a/sonarqube.yaml b/sonarqube.yaml index df29ace4e2a..1d437cd4467 100644 --- a/sonarqube.yaml +++ b/sonarqube.yaml @@ -1,7 +1,7 @@ package: name: sonarqube - version: "25.7.0.110598" - epoch: 2 + version: "25.8.0.112029" + epoch: 0 description: SonarQube is an open source platform for continuous inspection of code quality (Community Build) copyright: - license: LGPL-3.0-or-later @@ -40,11 +40,7 @@ pipeline: with: repository: https://github.com/SonarSource/sonarqube tag: ${{package.version}} - expected-commit: 015eb1ed5885f7618f674dbf2321871de0f761fb - - - uses: patch - with: - patches: GHSA-hq9p-pm7w-8p54-remediation.patch + expected-commit: 55e9e22158755f804d60d885c3473bd0f6962505 - name: build runs: | diff --git a/sonarqube/GHSA-hq9p-pm7w-8p54-remediation.patch b/sonarqube/GHSA-hq9p-pm7w-8p54-remediation.patch deleted file mode 100644 index 701173cd174..00000000000 --- a/sonarqube/GHSA-hq9p-pm7w-8p54-remediation.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/build.gradle -+++ b/build.gradle -@@ -507,7 +507,7 @@ subprojects { - entry 'log4j-over-slf4j' - entry 'slf4j-api' - } -- dependency 'org.postgresql:postgresql:42.7.6' -+ dependency 'org.postgresql:postgresql:42.7.7' - dependency 'org.reflections:reflections:0.10.2' - dependency 'org.simpleframework:simple:5.1.6' - dependency 'org.sonarsource.git.blame:git-files-blame:2.0.0.2053' \ No newline at end of file