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 a78bd42ac4de75a084884324f1deadd486dee7a1 Author: Paul King <[email protected]> AuthorDate: Fri Sep 18 12:06:38 2020 +1000 GROOVY-9748: Bump spotbugs to 4.1.2 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 3ce070f..52b3206 100644 --- a/build.gradle +++ b/build.gradle @@ -153,8 +153,8 @@ ext { xmlunitVersion = '1.6' xstreamVersion = '1.4.13' spockVersion = '2.0-M3-groovy-3.0' // running with Groovy 4 can be allowed with '-Dspock.iKnowWhatImDoing.disableGroovyVersionCheck=true' - spotbugsVersion = '4.1.1' - spotbugsAnnotationsVersion = '4.1.1' + spotbugsVersion = '4.1.2' + spotbugsAnnotationsVersion = '4.1.2' checkstyleVersion = '8.35' junit5Version = '5.7.0' junit5PlatformVersion = '1.7.0'
