diff --git a/sonarqube-10.yaml b/sonarqube-10.yaml index 53dd8ca9728..3b8dbd38e0f 100644 --- a/sonarqube-10.yaml +++ b/sonarqube-10.yaml @@ -1,7 +1,7 @@ package: name: sonarqube-10 version: "25.5.0.107428" - epoch: 0 + epoch: 1 description: SonarQube is an open source platform for continuous inspection of code quality copyright: - license: LGPL-3.0-or-later @@ -44,6 +44,8 @@ pipeline: tag: ${{package.version}} expected-commit: bf47187553b709a17f3017089fc64a062d2f50d0 + - uses: maven/pombump + - name: build runs: | ./gradlew build -x test -DbuildNumber=${{vars.build-number}} # skipping tests as some tests fail, seemingly due to filesystem particularities diff --git a/sonarqube-10/pombump-deps.yaml b/sonarqube-10/pombump-deps.yaml new file mode 100644 index 00000000000..307574cf1fd --- /dev/null +++ b/sonarqube-10/pombump-deps.yaml @@ -0,0 +1,4 @@ +patches: + - groupId: commons-beanutils + artifactId: commons-beanutils + version: 1.11.0