Skip to content

Commit

Permalink
Bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.3 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 16, 2024
1 parent c46cff4 commit 1ef59a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<version>4.7.3</version>
<version>4.8.3</version>
<optional>true</optional>
<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<version>4.7.3</version>
<version>4.8.3</version>
<optional>true</optional>
<exclusions>
<exclusion>
Expand Down

0 comments on commit 1ef59a7

Please sign in to comment.