Repository: groovy Updated Branches: refs/heads/master d8c96ecc6 -> e73628982
GROOVY-8789: Bump spot bugs to 1.6.3 Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/e7362898 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/e7362898 Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/e7362898 Branch: refs/heads/master Commit: e73628982da3dc1b730a95b1fe9a65158668e6c5 Parents: d8c96ec Author: jameskleeh <[email protected]> Authored: Thu Sep 13 22:16:21 2018 +1000 Committer: Paul King <[email protected]> Committed: Thu Sep 13 22:16:21 2018 +1000 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/e7362898/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 8032f62..827c41a 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ buildscript { plugins { id 'com.gradle.build-scan' version '1.15.1' id 'me.champeau.buildscan-recipes' version '0.2.3' - id 'com.github.spotbugs' version '1.6.2' + id 'com.github.spotbugs' version '1.6.3' id "com.github.ben-manes.versions" version '0.20.0' }
