From 8d7eb704b7579d1a76728d5ef007bb0910cbc144 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 08:36:42 +0000 Subject: [PATCH] chore(deps): bump com.github.spotbugs in /samples/deviceCodeSample 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6c0fa0025..348f88342 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,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 "org.sonarqube" version "4.4.1.3373" }