From d689f6b7629a12e04983c842331f8adadf9bd875 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 06:24:55 +0000 Subject: [PATCH] Bump com.github.spotbugs in /components/serialization/text 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/text/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/serialization/text/build.gradle b/components/serialization/text/build.gradle index 8d1d99223..1f313391c 100644 --- a/components/serialization/text/build.gradle +++ b/components/serialization/text/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" }