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/10/31 06:30:52 UTC

[groovy] branch GROOVY_4_0_X updated (0448ffad9c -> 2162727718)

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 0448ffad9c fix typo
     new 19cf63cb58 Bump com.gradle.enterprise from 3.11.1 to 3.11.2
     new 9b9dd2d127 Bump build-info-extractor-gradle from 4.17.2 to 4.29.1
     new 2162727718 Bump creadur-rat-gradle from 0.7.0 to 0.8.0

The 3 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:
 buildSrc/build.gradle | 6 +++---
 settings.gradle       | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)


[groovy] 03/03: Bump creadur-rat-gradle from 0.7.0 to 0.8.0

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 21627277183378701a76238db1fff06830791ae2
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Oct 17 02:42:17 2022 +0000

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

diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle
index 8c94e67cbd..1f615244d2 100644
--- a/buildSrc/build.gradle
+++ b/buildSrc/build.gradle
@@ -29,7 +29,7 @@ dependencies {
     implementation 'org.asciidoctor:asciidoctor-gradle-jvm:3.3.2'
     implementation 'org.asciidoctor:asciidoctor-gradle-jvm-pdf:3.3.2'
     implementation 'org.jfrog.buildinfo:build-info-extractor-gradle:4.29.1'
-    implementation 'org.nosphere.apache:creadur-rat-gradle:0.7.0'
+    implementation 'org.nosphere.apache:creadur-rat-gradle:0.8.0'
     implementation 'com.github.spotbugs.snom:spotbugs-gradle-plugin:4.7.10'
     implementation 'me.champeau.gradle:jmh-gradle-plugin:0.5.3'
 }


[groovy] 01/03: Bump com.gradle.enterprise from 3.11.1 to 3.11.2

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 19cf63cb58e73bd8dbde413cd95d5380925adc8b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Oct 13 01:37:54 2022 +0000

    Bump com.gradle.enterprise from 3.11.1 to 3.11.2
    
    Bumps com.gradle.enterprise from 3.11.1 to 3.11.2.
    
    ---
    updated-dependencies:
    - dependency-name: com.gradle.enterprise
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 settings.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/settings.gradle b/settings.gradle
index ee3138ec15..1096a19878 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -28,7 +28,7 @@ pluginManagement {
 
 // check https://gradle.com/enterprise/releases with new versions. GE plugin version should not lag behind Gradle version
 plugins {
-    id "com.gradle.enterprise" version "3.11.1"
+    id "com.gradle.enterprise" version "3.11.2"
 }
 
 gradleEnterprise {


[groovy] 02/03: Bump build-info-extractor-gradle from 4.17.2 to 4.29.1

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 9b9dd2d1279265f00f9fd7287648c560d87ec506
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Oct 17 01:58:01 2022 +0000

    Bump build-info-extractor-gradle from 4.17.2 to 4.29.1
    
    Bumps build-info-extractor-gradle from 4.17.2 to 4.29.1.
    
    ---
    updated-dependencies:
    - dependency-name: org.jfrog.buildinfo:build-info-extractor-gradle
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 buildSrc/build.gradle | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle
index 456e83fb7b..8c94e67cbd 100644
--- a/buildSrc/build.gradle
+++ b/buildSrc/build.gradle
@@ -28,8 +28,8 @@ repositories {
 dependencies {
     implementation 'org.asciidoctor:asciidoctor-gradle-jvm:3.3.2'
     implementation 'org.asciidoctor:asciidoctor-gradle-jvm-pdf:3.3.2'
-    implementation 'org.jfrog.buildinfo:build-info-extractor-gradle:4.17.2'
-    implementation 'org.nosphere.apache:creadur-rat-gradle:0.7.1'
+    implementation 'org.jfrog.buildinfo:build-info-extractor-gradle:4.29.1'
+    implementation 'org.nosphere.apache:creadur-rat-gradle:0.7.0'
     implementation 'com.github.spotbugs.snom:spotbugs-gradle-plugin:4.7.10'
     implementation 'me.champeau.gradle:jmh-gradle-plugin:0.5.3'
-}
\ No newline at end of file
+}