Skip to content

Commit

Permalink
pom: Make findsecbugs version configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Dec 10, 2024
1 parent 12a8aff commit 1854eeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
<spotbugs.disabled>false</spotbugs.disabled>
<spotbugs.strict>false</spotbugs.strict>
<spotbugs.plugin.version>4.8.6.6</spotbugs.plugin.version>
<findsecbugs.version>1.13.0</findsecbugs.version>
<forbiddenapis.version>3.8</forbiddenapis.version>
<forbiddenapis.strict>false</forbiddenapis.strict>
<jacoco.disabled>false</jacoco.disabled>
Expand All @@ -108,7 +109,6 @@
<errorprone.args></errorprone.args>
<junit.version>5.11.3</junit.version>
<javadoc.plugin.version>3.11.2</javadoc.plugin.version>

<slf4j.version>2.0.16</slf4j.version>
<graal.plugin.version>0.10.4</graal.plugin.version>
<site.plugin.version>4.0.0-M17-SNAPSHOT</site.plugin.version><!-- workaround for bug in M16 -->
Expand Down Expand Up @@ -757,7 +757,7 @@
<plugin>
<groupId>com.h3xstream.findsecbugs</groupId>
<artifactId>findsecbugs-plugin</artifactId>
<version>1.13.0</version>
<version>${findsecbugs.version}</version>
</plugin>
</plugins>
</configuration>
Expand Down

0 comments on commit 1854eeb

Please sign in to comment.