Skip to content

Commit d91a871

Browse files
NAID-2571: Update com.github.spotbugs to 6.1.2 (#345)
* Update `com.github.spotbugs` to `6.1.13`. This is due to a defect reintroduced in release `6.2.0` which causes a conflict with logging providers introduced in other plugs [GitHub Issue](spotbugs/spotbugs-gradle-plugin#1312)
1 parent 325cdff commit d91a871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'io.spring.dependency-management' version '1.1.7'
55
id "io.freefair.lombok" version "8.12.2"
66
id "checkstyle"
7-
id "com.github.spotbugs" version "6.0.27"
7+
id "com.github.spotbugs" version "6.1.13"
88
id "jacoco"
99
}
1010

0 commit comments

Comments
 (0)