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

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

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'
 }