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/15 11:07:21 UTC

[groovy] 02/03: Bump spotbugs-gradle-plugin from 4.7.10 to 5.0.12

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 bd9fce4d1ff516e5047607b0d885bc9899fabe72
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Oct 17 03:40:21 2022 +0000

    Bump spotbugs-gradle-plugin from 4.7.10 to 5.0.12
    
    Bumps [spotbugs-gradle-plugin](https://github.com/spotbugs/spotbugs-gradle-plugin) from 4.7.10 to 5.0.12.
    - [Release notes](https://github.com/spotbugs/spotbugs-gradle-plugin/releases)
    - [Commits](https://github.com/spotbugs/spotbugs-gradle-plugin/compare/4.7.10...5.0.12)
    
    ---
    updated-dependencies:
    - dependency-name: com.github.spotbugs.snom:spotbugs-gradle-plugin
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 build-logic/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-logic/build.gradle b/build-logic/build.gradle
index 4119efc6ca..345e1aa8f7 100644
--- a/build-logic/build.gradle
+++ b/build-logic/build.gradle
@@ -31,6 +31,6 @@ dependencies {
     implementation 'org.asciidoctor:asciidoctor-gradle-jvm-pdf:3.3.2'
     implementation 'org.jfrog.buildinfo:build-info-extractor-gradle:4.29.3'
     implementation 'org.nosphere.apache:creadur-rat-gradle:0.8.0'
-    implementation 'com.github.spotbugs.snom:spotbugs-gradle-plugin:4.7.10'
+    implementation 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.12'
     implementation 'me.champeau.gradle:jmh-gradle-plugin:0.5.3'
 }