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 6d38ed929 Pick up spotbugs and spotbugs plugin versions from parent POM 6d38ed929 is described below commit 6d38ed92903b76f83a8f8d205196b01bb53c55ea Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 10 13:53:01 2023 -0500 Pick up spotbugs and spotbugs plugin versions from parent POM --- pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pom.xml b/pom.xml index b4a3ce548..95a9cc59f 100644 --- a/pom.xml +++ b/pom.xml @@ -626,8 +626,6 @@ <checkstyle.version>9.3</checkstyle.version> <checkstyle.configdir>src/site/resources/checkstyle</checkstyle.configdir> - <commons.spotbugs.plugin.version>4.7.3.0</commons.spotbugs.plugin.version> - <commons.spotbugs.impl.version>4.7.3</commons.spotbugs.impl.version> <japicmp.skip>false</japicmp.skip> <!-- JMH Benchmark related properties, version, target compiler and name of the benchmarking uber jar. -->