You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ar...@apache.org on 2023/02/20 09:10:10 UTC

[fineract] branch develop updated: chore(deps): update plugin org.sonarqube to v4

This is an automated email from the ASF dual-hosted git repository.

arnold pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new 5a1c3babc chore(deps): update plugin org.sonarqube to v4
5a1c3babc is described below

commit 5a1c3babcc1be50be2c751b9149887445a1a8bb9
Author: Renovate <bo...@renovateapp.com>
AuthorDate: Mon Feb 20 00:01:27 2023 +0000

    chore(deps): update plugin org.sonarqube to v4
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 172951c1a..5de13a57e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -76,7 +76,7 @@ plugins {
     id 'org.asciidoctor.kindlegen.base' version '3.2.0' apply false
     id 'com.google.cloud.tools.jib' version '3.3.1' apply false
     id 'fr.brouillard.oss.gradle.jgitver' version '0.10.0-rc03'
-    id 'org.sonarqube' version '3.5.0.2730'
+    id 'org.sonarqube' version '4.0.0.2929'
     id 'com.github.andygoossens.modernizer' version '1.7.0' apply false
     id 'com.github.spotbugs' version '5.0.13' apply false
     id 'se.thinkcode.cucumber-runner' version '0.0.11' apply false