Skip to content

Commit b4ee26d

Browse files
committed
update spotbugs to version that support java21
1 parent 778d7da commit b4ee26d

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,18 @@
5353
</issueManagement>
5454
<properties>
5555
<check.fail-spotbugs>true</check.fail-spotbugs>
56+
<!-- killbill-oss-parent still brings SpotBugs 4.7.2.1, whose ASM stack cannot parse
57+
Java 21 class files. Keep this local override until the parent moves to a
58+
Java-21-capable SpotBugs line. -->
59+
<spotbugs-maven-plugin.version>4.9.8.3</spotbugs-maven-plugin.version>
5660
</properties>
61+
<build>
62+
<plugins>
63+
<plugin>
64+
<groupId>com.github.spotbugs</groupId>
65+
<artifactId>spotbugs-maven-plugin</artifactId>
66+
<version>${spotbugs-maven-plugin.version}</version>
67+
</plugin>
68+
</plugins>
69+
</build>
5770
</project>

0 commit comments

Comments
 (0)