From 470d7575c0d98c8c44bab756a76d71188c70ff84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 13:06:11 +0100 Subject: [PATCH] Bump com.github.spotbugs from 6.0.12 to 6.0.17 in /db-connector (#629) Bumps com.github.spotbugs from 6.0.12 to 6.0.17. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 dba6ab4c1..95947e6d9 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.6' - id 'com.github.spotbugs' version '6.0.12' + id 'com.github.spotbugs' version '6.0.18' } apply plugin: 'java'