From e400c44d3f9c8c74c2747e35cc4929d2c92c60a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 00:40:34 +0000 Subject: [PATCH] Bump com.github.spotbugs in /components/serialization/multipart 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/multipart/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/serialization/multipart/build.gradle b/components/serialization/multipart/build.gradle index e41e88dbe..1a6e5147b 100644 --- a/components/serialization/multipart/build.gradle +++ b/components/serialization/multipart/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" }