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:18 UTC

[groovy] branch GROOVY_4_0_X updated (8c268970a3 -> 12c0e169aa)

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

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


    from 8c268970a3 GROOVY-10772: Possible memory leak, CacheableCallSite retains objects across invocations (thanks to Kyle Moore and Sterling Greene)
     new 880a27535f Bump org.sonarqube from 3.0 to 3.4.0.2513
     new 12c0e169aa Bump org.sonarqube from 3.4.0.2513 to 3.5.0.2730 (#1817)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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

Posted by pa...@apache.org.
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'


[groovy] 02/02: Bump org.sonarqube from 3.4.0.2513 to 3.5.0.2730 (#1817)

Posted by pa...@apache.org.
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 12c0e169aa72ac104fe521392210548bc7c8f813
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 d48cad0efd..59401db647 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.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'