From cdaa26ff39dc81076881bdee7b2f0b9b69116db1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 04:39:20 +0000 Subject: [PATCH] Bump spotbugs-maven-plugin from 4.0.4 to 4.7.1.1 Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.0.4 to 4.7.1.1. - [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases) - [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.0.4...spotbugs-maven-plugin-4.7.1.1) --- 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 1e7204c7e4..829ff9f0da 100644 --- a/pom.xml +++ b/pom.xml @@ -1044,7 +1044,7 @@ com.github.spotbugs spotbugs-maven-plugin - 4.0.4 + 4.7.1.1 @@ -1763,13 +1763,13 @@ "classes": { "regex": true, "include": [ - "org\\.apache\\.logging\\.log4j(\\..+)?" + "org\.apache\.logging\.log4j(\..+)?" ] }, "packages": { "regex": true, "include": [ - "org\\.apache\\.logging\\.log4j(\\..+)?" + "org\.apache\.logging\.log4j(\..+)?" ] } }