From 62dbb8917ec0e5ca409ed148ca187702b3e58455 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 00:16:03 +0000 Subject: [PATCH] Bump com.github.spotbugs in /components/serialization/text Bumps com.github.spotbugs from 5.2.5 to 6.0.1. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-major ... 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 ed6308a75..3970cd2c8 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.2.5' + id 'com.github.spotbugs' version '6.0.1' id "com.diffplug.spotless" version "6.23.3" }