This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-transform.git
The following commit(s) were added to refs/heads/main by this push:
new e2db813 Bump spotbugs-maven-plugin from 4.7.3.2 to 4.7.3.3 (#26)
e2db813 is described below
commit e2db813d821b4662e42b3b646e8cecca96640223
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 23 20:22:40 2023 +0000
Bump spotbugs-maven-plugin from 4.7.3.2 to 4.7.3.3 (#26)
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-transform-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/log4j-transform-parent/pom.xml b/log4j-transform-parent/pom.xml
index 0c4bd07..d42014a 100644
--- a/log4j-transform-parent/pom.xml
+++ b/log4j-transform-parent/pom.xml
@@ -54,7 +54,7 @@
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
<findsecbugs-plugin.version>1.12.0</findsecbugs-plugin.version>
<maven-invoker-plugin.version>3.5.0</maven-invoker-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>
<surefire.version>3.0.0-M7</surefire.version>
</properties>
<dependencyManagement>