Skip to content

Commit

Permalink
updated spotbugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudenw committed Jan 12, 2025
1 parent 4c38626 commit 26ffd48
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 @@ -386,7 +386,7 @@ agnostic home for software distribution comprehension and audit tools.
<version>4.8.6.6</version>
<configuration>
<!-- RAT-369: JDK21 finds 94 errors, while older releases find fewer -->
<maxAllowedViolations>94</maxAllowedViolations>
<maxAllowedViolations>98</maxAllowedViolations>
<failOnError>true</failOnError>
<!-- we only want to see our own problems in all subpackages -->
<onlyAnalyze>org.apache.rat.-</onlyAnalyze>
Expand Down

0 comments on commit 26ffd48

Please sign in to comment.