Skip to content

Commit ae52c3b

Browse files
authored
Merge pull request #590 from freefair/dependabot/gradle/examples/com.github.spotbugs-5.0.12
Bump com.github.spotbugs from 5.0.11 to 5.0.12 in /examples
2 parents 2cde02c + 6d8361e commit ae52c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/lombok/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import io.freefair.gradle.plugins.lombok.tasks.LombokApiJar
22
import io.freefair.gradle.plugins.lombok.tasks.LombokRuntimeJar
33
plugins {
4-
id "com.github.spotbugs" version "5.0.11"
4+
id "com.github.spotbugs" version "5.0.12"
55
}
66

77
apply plugin: "java"

0 commit comments

Comments
 (0)