You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2022/10/28 03:19:23 UTC

[groovy] branch master updated: Bump org.sonarqube from 3.4.0.2513 to 3.5.0.2730 (#1817)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 292ea9ca65 Bump org.sonarqube from 3.4.0.2513 to 3.5.0.2730 (#1817)
292ea9ca65 is described below

commit 292ea9ca65ffaad56299df24164901fbf028f190
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Oct 28 11:19:18 2022 +0800

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

diff --git a/build.gradle b/build.gradle
index cc3615cc45..502bbda5aa 100644
--- a/build.gradle
+++ b/build.gradle
@@ -21,7 +21,7 @@ plugins {
     id 'com.github.ben-manes.versions' version '0.43.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.4.0.2513'
+    id 'org.sonarqube' version '3.5.0.2730'
     id 'org.apache.groovy-core'
     id 'java-test-fixtures'
     id 'org.apache.groovy-jacoco-aggregation'