From d3a515c839a6cc208b4a5cb472f4ef4b8418a763 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 07:21:06 +0000 Subject: [PATCH] Bump com.github.spotbugs from 5.2.3 to 5.2.5 in /examples Bumps com.github.spotbugs from 5.2.3 to 5.2.5. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/lombok/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/lombok/build.gradle b/examples/lombok/build.gradle index e641a2fa..4997a529 100644 --- a/examples/lombok/build.gradle +++ b/examples/lombok/build.gradle @@ -1,7 +1,7 @@ import io.freefair.gradle.plugins.lombok.tasks.LombokApiJar import io.freefair.gradle.plugins.lombok.tasks.LombokRuntimeJar plugins { - id "com.github.spotbugs" version "5.2.3" + id "com.github.spotbugs" version "5.2.5" } apply plugin: "java"