You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2022/11/16 06:33:19 UTC

[groovy] 01/02: Bump org.sonarqube from 3.0 to 3.4.0.2513

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

paulk pushed a commit to branch GROOVY_4_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 880a27535fa543148d4f2f4c60ec97004de6f1c6
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Oct 3 15:15:28 2022 +0000

    Bump org.sonarqube from 3.0 to 3.4.0.2513
    
    Bumps org.sonarqube from 3.0 to 3.4.0.2513.
    
    ---
    updated-dependencies:
    - dependency-name: org.sonarqube
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 7cc5ea35af..d48cad0efd 100644
--- a/build.gradle
+++ b/build.gradle
@@ -21,7 +21,7 @@ plugins {
     id 'com.github.ben-manes.versions' version '0.44.0'
     id 'com.github.blindpirate.osgi' version '0.0.6'
     id "com.github.jk1.dependency-license-report" version "2.1"
-    id 'org.sonarqube' version '3.0'
+    id 'org.sonarqube' version '3.4.0.2513'
     id 'org.apache.groovy-core'
     id 'java-test-fixtures'
     id 'org.apache.groovy-jacoco-aggregation'