Skip to content

Commit 826e4e1

Browse files
authored
Upgrade spotbugs-gradle-plugin from 4.7.1 to 4.7.3 (#684)
1 parent eb52ab9 commit 826e4e1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

config/findbugs/excludeFilter.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,11 @@
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>

0 commit comments

Comments
 (0)