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 44b95e1d0a55ad01a35a006a793d2ea86ee9f724 Author: Paul King <[email protected]> AuthorDate: Fri Dec 17 23:43:27 2021 +1000 GROOVY-10422: Bump Spotbugs/Spotbugs annotations version to 4.5.2 (build dependencies) --- versions.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versions.properties b/versions.properties index 883e564..be5b211 100644 --- a/versions.properties +++ b/versions.properties @@ -47,8 +47,8 @@ xmlunit=1.6 xstream=1.4.18 # running with Groovy 4 can be allowed with -Dspock.iKnowWhatImDoing.disableGroovyVersionCheck=true spock=2.0-groovy-3.0 -spotbugs=4.5.0 -spotbugsAnnotations=4.5.0 +spotbugs=4.5.2 +spotbugsAnnotations=4.5.2 checkstyle=9.1 junit5=5.8.2 junit5Platform=1.8.2
