From a265e459829307b3d1cebe63743dea0c21fad8ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 13:45:40 +0000 Subject: [PATCH] Bump com.github.spotbugs from 5.2.4 to 5.2.5 in /components/abstractions Bumps com.github.spotbugs from 5.2.4 to 5.2.5. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- components/abstractions/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/abstractions/build.gradle b/components/abstractions/build.gradle index 7476a53b1..c7c7affe5 100644 --- a/components/abstractions/build.gradle +++ b/components/abstractions/build.gradle @@ -5,7 +5,7 @@ plugins { id 'maven-publish' id 'signing' id 'jacoco' - id 'com.github.spotbugs' version '5.2.4' + id 'com.github.spotbugs' version '5.2.5' id "com.diffplug.spotless" version "6.23.2" }