Skip to content

Commit

Permalink
build: raise spotbugs plugin to support jdk23
Browse files Browse the repository at this point in the history
  • Loading branch information
kschrab committed Jan 21, 2025
1 parent 507118c commit ce61e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.2.3</version>
<version>4.8.4.0</version>
<configuration>
<excludeFilterFile>${parent.dir}/spotbugs-excludes.xml</excludeFilterFile>
</configuration>
Expand Down

0 comments on commit ce61e90

Please sign in to comment.