From 1716290318eea303eb81e43d921c8bed6d0dd7de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 01:11:23 +0000 Subject: [PATCH] Bump com.github.spotbugs in /components/serialization/json Bumps com.github.spotbugs from 5.1.2 to 5.1.3. --- 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 c6e1d2108..9eb67c1c7 100644 --- a/components/serialization/json/build.gradle +++ b/components/serialization/json/build.gradle @@ -5,7 +5,7 @@ plugins { id 'maven-publish' id 'signing' id 'jacoco' - id 'com.github.spotbugs' version '5.1.2' + id 'com.github.spotbugs' version '5.1.3' id "org.sonarqube" version "4.3.0.3225" }