Skip to content

Commit

Permalink
Update spotbugs to 4.7.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Oct 13, 2023
1 parent 9b0c3c5 commit 8b35cb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Airbase 148

* Plugin updates:
- errorprone 2.22.0 (from 2.21.1)
- spotbugs-maven-plugin 4.7.3.6 (from 4.7.3.5)

Airbase 147

Expand Down
2 changes: 1 addition & 1 deletion airbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.7.3.5</version>
<version>4.7.3.6</version>
<configuration>
<skip>${air.check.skip-spotbugs}</skip>
<jvmArgs>-Xmx${air.build.jvmsize}</jvmArgs>
Expand Down

0 comments on commit 8b35cb6

Please sign in to comment.