From 5e2198f48002276c2865ce19a86e35c4203783f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 15:35:12 +0000 Subject: [PATCH 1/2] Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.6 to 4.9.3.0 Bumps [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.8.6.6 to 4.9.3.0. - [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases) - [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.8.6.6...spotbugs-maven-plugin-4.9.3.0) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index dcac9e8622..886ac2caff 100644 --- a/pom.xml +++ b/pom.xml @@ -70,7 +70,7 @@ 1.5.1 - 4.8.6.6 + 4.9.3.0 0.8.13 3.1.1 3.7.1 From 974ebf7fc098fc899bb879a364062903d0f7772a Mon Sep 17 00:00:00 2001 From: Ivan Date: Mon, 5 May 2025 14:26:29 +0100 Subject: [PATCH 2/2] exclude new findings --- findbugs-exclude.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/findbugs-exclude.xml b/findbugs-exclude.xml index 087125443e..33e2bb8ec2 100644 --- a/findbugs-exclude.xml +++ b/findbugs-exclude.xml @@ -36,7 +36,6 @@ - @@ -84,4 +83,18 @@ https://wiki.sei.cmu.edu/confluence/display/java/OBJ11-J.+Be+wary+of+letting+constructors+throw+exceptions --> + + + + + + + + + + + + + +