From 4a3bffa65770c961e53032248faaaad4064edc34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 06:40:51 +0000 Subject: [PATCH] chore(deps): bump com.github.spotbugs from 6.0.13 to 6.0.19 Bumps com.github.spotbugs from 6.0.13 to 6.0.19. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7996cbf..07a25d9 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ plugins { id "pmd" - id "com.github.spotbugs" version "6.0.13" + id "com.github.spotbugs" version "6.0.19" } group = "io.aiven"