From 58f62b47312585ab6e601bccf7cac9c73d7f6b76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 23:02:16 +0000 Subject: [PATCH] Bump com.github.spotbugs in /components/serialization/form Bumps com.github.spotbugs from 5.1.1 to 5.1.2. --- 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 773be4642..19ff4864a 100644 --- a/components/serialization/form/build.gradle +++ b/components/serialization/form/build.gradle @@ -6,7 +6,7 @@ plugins { id 'maven-publish' id 'signing' id 'jacoco' - id 'com.github.spotbugs' version '5.1.1' + id 'com.github.spotbugs' version '5.1.2' id "org.sonarqube" version "4.3.0.3225" }