From 31960aa875117825e83da5e021c2140c8eca75ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 00:14:44 +0000 Subject: [PATCH] Bump com.github.spotbugs:spotbugs-maven-plugin from 4.7.3.6 to 4.8.3.0 (#884) --- pom.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9d816ca6f4..fc12b3c42c 100644 --- a/pom.xml +++ b/pom.xml @@ -105,7 +105,7 @@ 3.2.5 3.4.0 5.9.0 - 4.7.3.6 + 4.8.3.0 2.42.0 175.vff879c6738b_6 @@ -116,8 +116,12 @@ 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 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. --> - FindReturnRef + FindReturnRef,ConstructorThrow true