Skip to content

Commit

Permalink
chore(deps): update dependency com.github.spotbugs to v6.0.14 (#554)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency com.github.spotbugs to v6.0.14

* feat: fix test bug

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ahoo Wang <ahoowang@qq.com>
  • Loading branch information
renovate[bot] and Ahoo-Wang committed May 15, 2024
1 parent cc98988 commit 302df0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions config/spotbugs/exclude.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,8 @@
<Class name="me.ahoo.cosid.cosid.RadixCosIdGenerator"/>
<Bug pattern="CT_CONSTRUCTOR_THROW"/>
</Match>
<Match>
<Class name="me.ahoo.cosid.sharding.ExactCollection"/>
<Bug pattern="SING_SINGLETON_HAS_NONPRIVATE_CONSTRUCTOR"/>
</Match>
</FindBugsFilter>
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jmh = "1.37"
testRetry= "1.5.9"
publishPlugin = "2.0.0"
jmhPlugin = "0.7.2"
spotbugs = "6.0.9"
spotbugs = "6.0.14"

[libraries]
springBootDependencies = { module = "org.springframework.boot:spring-boot-dependencies", version.ref = "springBoot" }
Expand Down

0 comments on commit 302df0e

Please sign in to comment.