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 da0f6a8 Refactor SpotBugs implementation version into spotbugs.impl.version. da0f6a8 is described below commit da0f6a8051cc60d1bebe703b4e390ce3035497db Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jun 28 15:45:50 2020 -0400 Refactor SpotBugs implementation version into spotbugs.impl.version. --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ca9d7f4..0e539ad 100644 --- a/pom.xml +++ b/pom.xml @@ -607,6 +607,7 @@ <checkstyle.configdir>src/site/resources/checkstyle</checkstyle.configdir> <spotbugs.plugin.version>4.0.0</spotbugs.plugin.version> + <spotbugs.impl.version>4.0.6</spotbugs.impl.version> <japicmp.skip>false</japicmp.skip> <clirr.skip>true</clirr.skip> @@ -767,7 +768,7 @@ <dependency> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs</artifactId> - <version>4.0.6</version> + <version>${spotbugs.impl.version}</version> </dependency> </dependencies> <configuration>