aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-17 10:01:00 -0400
committerGitHub <noreply@github.com>2022-10-17 10:01:00 -0400
commit6d704df054db461ee35e0424aff870354fe0d2ac (patch)
tree19b561e4010f7662e7db43cc60be468aa342ba44 /pom.xml
parent57ddce119516f451168f4489f55f399fd9309b53 (diff)
downloadapache-commons-lang-6d704df054db461ee35e0424aff870354fe0d2ac.tar.gz
Bump spotbugs from 4.7.2 to 4.7.3 (#973)
Bumps [spotbugs](https://github.com/spotbugs/spotbugs) from 4.7.2 to 4.7.3. - [Release notes](https://github.com/spotbugs/spotbugs/releases) - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md) - [Commits](https://github.com/spotbugs/spotbugs/compare/4.7.2...4.7.3) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index a11d4764e..673e95c51 100644
--- a/pom.xml
+++ b/pom.xml
@@ -639,7 +639,7 @@
<checkstyle.configdir>src/site/resources/checkstyle</checkstyle.configdir>
<commons.spotbugs.plugin.version>4.7.2.1</commons.spotbugs.plugin.version>
- <commons.spotbugs.impl.version>4.7.2</commons.spotbugs.impl.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. -->