This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git
The following commit(s) were added to refs/heads/master by this push:
new 2c6ba54 Bump spotbugs-maven-plugin from 4.7.3.2 to 4.7.3.3 (#47)
2c6ba54 is described below
commit 2c6ba5413444c523045081958523bba9e11e1d48
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 24 08:10:20 2023 +0000
Bump spotbugs-maven-plugin from 4.7.3.2 to 4.7.3.3 (#47)
Bumps
[spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from
4.7.3.2 to 4.7.3.3.
- [Release
notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
-
[Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.7.3.2...spotbugs-maven-plugin-4.7.3.3)
---
updated-dependencies:
- dependency-name: com.github.spotbugs:spotbugs-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
log4j-tools-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/log4j-tools-parent/pom.xml b/log4j-tools-parent/pom.xml
index 98250ac..0e68da0 100644
--- a/log4j-tools-parent/pom.xml
+++ b/log4j-tools-parent/pom.xml
@@ -63,7 +63,7 @@
<!-- plugin versions -->
<error-prone.version>2.18.0</error-prone.version>
<findsecbugs-plugin.version>1.12.0</findsecbugs-plugin.version>
- <spotbugs-maven-plugin.version>4.7.3.2</spotbugs-maven-plugin.version>
+ <spotbugs-maven-plugin.version>4.7.3.3</spotbugs-maven-plugin.version>
<spotless-maven-plugin.version>2.35.0</spotless-maven-plugin.version>
</properties>