From df179eb2287f21ef154583f743c8f8be910b6e46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 12:51:28 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.1.11 to 6.4.2 in /db-connector Bumps com.github.spotbugs from 6.1.11 to 6.4.2. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.4.2 dependency-type: direct:production update-type: version-update:semver-minor ... 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 fa1a1bbd8..ce8b4b252 100644 --- a/db-connector/build.gradle +++ b/db-connector/build.gradle @@ -14,7 +14,7 @@ plugins { id 'java' id 'checkstyle' id 'io.freefair.lombok' version '9.0.0' - id 'com.github.spotbugs' version '6.1.11' + id 'com.github.spotbugs' version '6.4.2' } apply plugin: 'java'