From a08dea2bbbed26816414c7ae7af4405f8e5456d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 22:33:42 +0000 Subject: [PATCH] Bump com.github.spotbugs in /components/serialization/json Bumps com.github.spotbugs from 5.1.0 to 5.1.1. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- components/serialization/json/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/serialization/json/build.gradle b/components/serialization/json/build.gradle index 1e669e221..5294f4760 100644 --- a/components/serialization/json/build.gradle +++ b/components/serialization/json/build.gradle @@ -6,7 +6,7 @@ plugins { id 'maven-publish' id 'signing' id 'jacoco' - id 'com.github.spotbugs' version '5.1.0' + id 'com.github.spotbugs' version '5.1.1' id "org.sonarqube" version "4.3.0.3225" }