From 06b9dd0fcbaa828c7d98f577cd74af99a4019ea6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 03:01:09 +0000 Subject: [PATCH 1/2] Bump com.github.spotbugs:spotbugs-maven-plugin Bumps [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.8.6.4 to 4.8.6.5. - [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.4...spotbugs-maven-plugin-4.8.6.5) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build-caching-maven-samples/spotbugs-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-caching-maven-samples/spotbugs-project/pom.xml b/build-caching-maven-samples/spotbugs-project/pom.xml index ad68f8d08..b946b793c 100644 --- a/build-caching-maven-samples/spotbugs-project/pom.xml +++ b/build-caching-maven-samples/spotbugs-project/pom.xml @@ -15,7 +15,7 @@ com.github.spotbugs spotbugs-maven-plugin - 4.8.6.4 + 4.8.6.5 Max Low From a522e3389eec3f9a40eb59bfea90cbb75bf58614 Mon Sep 17 00:00:00 2001 From: Eric Haag Date: Tue, 22 Oct 2024 08:49:40 -0500 Subject: [PATCH 2/2] Remove several properties that no longer exist on the SpotBugs mojo --- build-caching-maven-samples/spotbugs-project/pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-caching-maven-samples/spotbugs-project/pom.xml b/build-caching-maven-samples/spotbugs-project/pom.xml index b946b793c..8363e891d 100644 --- a/build-caching-maven-samples/spotbugs-project/pom.xml +++ b/build-caching-maven-samples/spotbugs-project/pom.xml @@ -66,7 +66,6 @@ includeTests addSourceDirs - xmlEncoding sourceEncoding threshold effort @@ -103,11 +102,8 @@ maxHeap timeout jvmArgs - compileSourceRoots - testSourceRoots remoteRepositories localRepository - remoteArtifactRepositories pluginArtifacts