From d50805c9145f5ad84c2229a6035e0443997f6df9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 May 2022 07:31:41 +0000 Subject: [PATCH] Bump com.github.spotbugs from 5.0.6 to 5.0.7 in /examples Bumps com.github.spotbugs from 5.0.6 to 5.0.7. --- 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 e8482a05b..245c71539 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.0.6" + id "com.github.spotbugs" version "5.0.7" } apply plugin: "java"