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/17 04:42:01 UTC

[groovy] branch master updated: Bump spotbugs-gradle-plugin from 4.7.10 to 5.0.12

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 68f2b8e2a0 Bump spotbugs-gradle-plugin from 4.7.10 to 5.0.12
68f2b8e2a0 is described below

commit 68f2b8e2a0210aeaa93867d5176da864b4a61f56
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 86803491ae..776231c148 100644
--- a/build-logic/build.gradle
+++ b/build-logic/build.gradle
@@ -30,6 +30,6 @@ dependencies {
     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.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'
 }
\ No newline at end of file