From 12ab52ab09e101c5cd8e3524b5a1b2af3935f2da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 22:32:15 +0000 Subject: [PATCH] Bump com.github.spotbugs in /components/serialization/form Bumps com.github.spotbugs from 5.2.0 to 5.2.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/form/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/serialization/form/build.gradle b/components/serialization/form/build.gradle index d1a15d4da..954c32a18 100644 --- a/components/serialization/form/build.gradle +++ b/components/serialization/form/build.gradle @@ -5,7 +5,7 @@ plugins { id 'maven-publish' id 'signing' id 'jacoco' - id 'com.github.spotbugs' version '5.2.0' + id 'com.github.spotbugs' version '5.2.1' id "org.sonarqube" version "4.4.1.3373" }