Skip to content

Commit

Permalink
Bump spotbugs-maven-plugin from 4.4.2.2 to 4.5.0.0
Browse files Browse the repository at this point in the history
Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.4.2.2 to 4.5.0.0.
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
- [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.4.2.2...spotbugs-maven-plugin-4.5.0.0)

---
updated-dependencies:
- dependency-name: com.github.spotbugs:spotbugs-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kinow committed Nov 25, 2021
1 parent e3d9382 commit 06de232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -110,7 +110,7 @@
<checkstyle.plugin.version>3.1.2</checkstyle.plugin.version>
<checkstyle.version>9.1</checkstyle.version>
<maven-scm.version>1.12.0</maven-scm.version>
<commons.spotbugs.version>4.4.2.2</commons.spotbugs.version>
<commons.spotbugs.version>4.5.0.0</commons.spotbugs.version>
<commons.spotbugs.impl.version>4.4.2</commons.spotbugs.impl.version>
<commons.jacoco.version>0.8.7</commons.jacoco.version>
<commons.jacoco.classRatio>0.1</commons.jacoco.classRatio>
Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Expand Up @@ -40,7 +40,7 @@
<action type="update" dev="kinow">Bump commons-build-plugin from 1.11 to 1.12 #25.</action>
<action type="update" dev="kinow">Bump actions/setup-java from v1.4.0 to v2 #11 #19 #49.</action>
<action type="update" dev="kinow">Bump spotbugs from 4.1.1 to 4.4.2 #10 #24 #30 #37 #41 #51 #59 #68 #71 #80.</action>
<action type="update" dev="kinow">Bump spotbugs-maven-plugin from 4.1.1 to 4.4.1.2 #20 #26 #33 #45 #52 #61 #74 #79 #81.</action>
<action type="update" dev="kinow">Bump spotbugs-maven-plugin from 4.1.1 to 4.5.0.0 #20 #26 #33 #45 #52 #61 #74 #79 #81 #88.</action>
<action type="update" dev="ggregory">Update JUnit from 4.12 to 4.13.2, #23 #39.</action>
<action type="update" dev="kinow" due-to="Gary Gregory, Dependabot">Bump maven.dependency.version from 3.6.1 to 3.8.4 #47 #76 #86.</action>
<action type="update" dev="ggregory">Update commons-io:commons-io from 2.6 to 2.11.0 #13 #63.</action>
Expand Down

0 comments on commit 06de232

Please sign in to comment.