Skip to content

Commit d7fa7a0

Browse files
authored
Merge pull request #1292 from freefair/dependabot/gradle/examples/com.github.spotbugs-6.1.3
Bump com.github.spotbugs from 6.1.2 to 6.1.3 in /examples
2 parents 36c0330 + b1e4ba4 commit d7fa7a0

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

77
apply plugin: "java"

0 commit comments

Comments
 (0)