Skip to content

Commit

Permalink
Revert "build(deps): bump com.github.spotbugs:spotbugs-maven-plugin f…
Browse files Browse the repository at this point in the history
…rom 4.7.2.1 to 4.8.2.0"
  • Loading branch information
attipaci committed Dec 11, 2023
1 parent 54d9c90 commit 8d750ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -419,7 +419,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.8.2.0</version>
<version>4.7.2.1</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -617,7 +617,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.8.2.0</version>
<version>4.7.2.1</version>
<configuration>
<!-- Skip bug warnings for EI_EXPOSE_REP and EI_EXPOSE_REP2
we know we exposse some internal data of our classes -->
Expand Down

0 comments on commit 8d750ba

Please sign in to comment.