This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push: new 772edb9 SpotBugs 4.4.0-RC3 -> 4.0.0. 772edb9 is described below commit 772edb9112d39eb981ce34dfeacbd1cdfde6d08a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Feb 17 08:50:05 2020 -0500 SpotBugs 4.4.0-RC3 -> 4.0.0. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b2503f1..512ffe5 100644 --- a/pom.xml +++ b/pom.xml @@ -764,7 +764,7 @@ <dependency> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs</artifactId> - <version>4.0.0-RC3</version> + <version>4.0.0</version> </dependency> </dependencies> <configuration>