Skip to content

Commit 3b57b53

Browse files
authored
Merge pull request #1325 from freefair/dependabot/gradle/examples/com.github.spotbugs-6.1.7
Bump com.github.spotbugs from 6.1.6 to 6.1.7 in /examples
2 parents 9f602b4 + fb0204f commit 3b57b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/lombok/build.gradle

+1-1
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 "6.1.6"
4+
id "com.github.spotbugs" version "6.1.7"
55
}
66

77
apply plugin: "java"

0 commit comments

Comments
 (0)