From ed4763473ce63b40f4030b240defc9bbffcade81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:33:17 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.0.22 to 6.0.25 in /db-connector Bumps com.github.spotbugs from 6.0.22 to 6.0.25. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- db-connector/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db-connector/build.gradle b/db-connector/build.gradle index 04c556e47..3c3ce4b46 100644 --- a/db-connector/build.gradle +++ b/db-connector/build.gradle @@ -13,7 +13,7 @@ plugins { id 'java' id 'checkstyle' id 'io.freefair.lombok' version '8.10.2' - id 'com.github.spotbugs' version '6.0.22' + id 'com.github.spotbugs' version '6.0.25' } apply plugin: 'java'