You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by go...@apache.org on 2023/10/19 02:50:40 UTC

[groovy] branch master updated: Bump com.github.spotbugs.snom:spotbugs-gradle-plugin from 5.2.0 to 5.2.1

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

goooler 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 ba86d8f9e7 Bump com.github.spotbugs.snom:spotbugs-gradle-plugin from 5.2.0 to 5.2.1
ba86d8f9e7 is described below

commit ba86d8f9e70b14ad1a3972bdb05cc8f927839fdd
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Oct 19 01:58:54 2023 +0000

    Bump com.github.spotbugs.snom:spotbugs-gradle-plugin from 5.2.0 to 5.2.1
    
    Bumps [com.github.spotbugs.snom:spotbugs-gradle-plugin](https://github.com/spotbugs/spotbugs-gradle-plugin) from 5.2.0 to 5.2.1.
    - [Release notes](https://github.com/spotbugs/spotbugs-gradle-plugin/releases)
    - [Commits](https://github.com/spotbugs/spotbugs-gradle-plugin/compare/5.2.0...5.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.github.spotbugs.snom:spotbugs-gradle-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 025860b9c0..b8bb28904f 100644
--- a/build-logic/build.gradle
+++ b/build-logic/build.gradle
@@ -31,7 +31,7 @@ dependencies {
     implementation 'org.asciidoctor:asciidoctor-gradle-jvm-pdf:3.3.2'
     implementation 'org.jfrog.buildinfo:build-info-extractor-gradle:5.1.10'
     implementation 'org.nosphere.apache:creadur-rat-gradle:0.8.1'
-    implementation 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.2.0'
+    implementation 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.2.1'
     implementation 'me.champeau.jmh:jmh-gradle-plugin:0.7.1'
 }