This is an automated email from the ASF dual-hosted git repository.
paulk 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 e5f2d261c5 Bump com.github.spotbugs.snom:spotbugs-gradle-plugin
e5f2d261c5 is described below
commit e5f2d261c5ef6ffcccdf66457f4366a2ef7d215b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 4 01:47:31 2023 +0000
Bump com.github.spotbugs.snom:spotbugs-gradle-plugin
Bumps
[com.github.spotbugs.snom:spotbugs-gradle-plugin](https://github.com/spotbugs/spotbugs-gradle-plugin)
from 5.0.14 to 5.1.1.
- [Release
notes](https://github.com/spotbugs/spotbugs-gradle-plugin/releases)
-
[Commits](https://github.com/spotbugs/spotbugs-gradle-plugin/compare/5.0.14...5.1.1)
---
updated-dependencies:
- dependency-name: com.github.spotbugs.snom:spotbugs-gradle-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
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 4e3e6ab9ad..bda2872d48 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.0.3'
implementation 'org.nosphere.apache:creadur-rat-gradle:0.8.0'
- implementation 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.14'
+ implementation 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.1.1'
implementation 'me.champeau.jmh:jmh-gradle-plugin:0.7.1'
}