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
commit 1caa7dc0c72d26b5ad4ac9def966e65a085da754 Author: Paul King <[email protected]> AuthorDate: Sun Aug 6 18:23:27 2023 +1000 keep spotbugsSlf4f in sync with latest version we use --- build-logic/src/main/groovy/org.apache.groovy-base.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build-logic/src/main/groovy/org.apache.groovy-base.gradle b/build-logic/src/main/groovy/org.apache.groovy-base.gradle index d5b8c0e3c0..ff0c22e92c 100644 --- a/build-logic/src/main/groovy/org.apache.groovy-base.gradle +++ b/build-logic/src/main/groovy/org.apache.groovy-base.gradle @@ -130,6 +130,7 @@ dependencies { checkstyle "com.puppycrawl.tools:checkstyle:${versions.checkstyle}" spotbugs "com.github.spotbugs:spotbugs:${versions.spotbugs}" + spotbugsSlf4j "org.slf4j:slf4j-simple:${versions.slf4j}" } def excludedFromManifest = [
