File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ buildscript {
3333 dependencies {
3434 classpath ' com.github.ben-manes:gradle-versions-plugin:0.39.0'
3535 classpath ' com.puppycrawl.tools:checkstyle:8.45.1'
36- classpath ' gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.7.1 '
36+ classpath ' gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.7.3 '
3737 classpath ' io.franzbecker:gradle-lombok:4.0.0'
3838 classpath ' io.spring.gradle:dependency-management-plugin:1.0.11.RELEASE'
3939 classpath " org.springframework.boot:spring-boot-gradle-plugin:$spring_boot_version "
Original file line number Diff line number Diff line change 1313 <Class name =" com.linecorp.bot.client.IntegrationTestSettings" />
1414 <Bug pattern =" RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE" />
1515 </Match >
16+
17+ <Match >
18+ <Bug pattern =" EI_EXPOSE_REP2" />
19+ </Match >
20+ <Match >
21+ <Bug pattern =" EI_EXPOSE_REP" />
22+ </Match >
1623</FindBugsFilter >
You can’t perform that action at this time.
0 commit comments