Skip to content

Commit

Permalink
Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.1 to 4.9.2.0 (
Browse files Browse the repository at this point in the history
#1103)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2025
1 parent 916b7ec commit 7e6a303
Showing 1 changed file with 29 additions and 8 deletions.
37 changes: 29 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,23 +105,44 @@
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
<maven-war-plugin.version>3.4.0</maven-war-plugin.version>
<mockito.version>5.16.0</mockito.version>
<spotbugs-maven-plugin.version>4.8.3.1</spotbugs-maven-plugin.version>
<spotbugs-maven-plugin.version>4.9.2.0</spotbugs-maven-plugin.version>
<spotless-maven-plugin.version>2.44.3</spotless-maven-plugin.version>
<stapler-maven-plugin.version>233.v9579d1a_8ea_28</stapler-maven-plugin.version>

<!-- Filled in by "maven-hpi-plugin" with the path to "org-netbeans-insane-hook.jar" extracted from "jenkins-test-harness" -->
<jenkins.insaneHook />

<!--
The MS_EXPOSE_REP, EI_EXPOSE_REP, EI_EXPOSE_REP2, EI_EXPOSE_STATIC_REP2, MS_EXPOSE_BUF,
EI_EXPOSE_BUF, EI_EXPOSE_STATIC_BUF2, and EI_EXPOSE_BUF2 bug patterns are noisy and create
little value; therefore, we suppress them globally.
The following bug patterns are noisy and create little value; therefore, we suppress them
globally.
The CT_CONSTRUCTOR_THROW bug pattern is related to libraries used with SecurityManager
and does not apply to Jenkins; we do not expect untrusted code to be running inside the
controller JVM, therefore we suppress it globally.
ConstructorThrow
CT_CONSTRUCTOR_THROW
FindReturnRef
EI_EXPOSE_BUF2
EI_EXPOSE_REP
EI_EXPOSE_REP2
EI_EXPOSE_STATIC_BUF2
EI_EXPOSE_STATIC_REP2
MS_EXPOSE_BUF
MS_EXPOSE_REP
MultipleInstantiationsOfSingletons
SING_SINGLETON_GETTER_NOT_SYNCHRONIZED
SING_SINGLETON_HAS_NONPRIVATE_CONSTRUCTOR
SING_SINGLETON_IMPLEMENTS_CLONEABLE
SING_SINGLETON_IMPLEMENTS_CLONE_METHOD
SING_SINGLETON_IMPLEMENTS_SERIALIZABLE
SING_SINGLETON_INDIRECTLY_IMPLEMENTS_CLONEABLE
SharedVariableAtomicityDetector
AT_NONATOMIC_64BIT_PRIMITIVE
AT_NONATOMIC_OPERATIONS_ON_SHARED_VARIABLE
AT_STALE_THREAD_WRITE_OF_PRIMITIVE
ThrowingExceptions
THROWS_METHOD_THROWS_CLAUSE_BASIC_EXCEPTION
THROWS_METHOD_THROWS_CLAUSE_THROWABLE
THROWS_METHOD_THROWS_RUNTIMEEXCEPTION
-->
<spotbugs.omitVisitors>FindReturnRef,ConstructorThrow</spotbugs.omitVisitors>
<spotbugs.omitVisitors>ConstructorThrow,FindReturnRef,MultipleInstantiationsOfSingletons,SharedVariableAtomicityDetector,ThrowingExceptions</spotbugs.omitVisitors>

<!-- Set to false to enable Spotless -->
<spotless.check.skip>true</spotless.check.skip>
Expand Down

0 comments on commit 7e6a303

Please sign in to comment.