Skip to content

Commit 34dd7c8

Browse files
authored
fix: upgrade com.github.spotbugs:spotbugs-annotations from 4.2.3 to 4.3.0 (#642)
Snyk has created this PR to upgrade com.github.spotbugs:spotbugs-annotations from 4.2.3 to 4.3.0. See this package in Maven Repository: https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-annotations/ See this project in Snyk: https://app.snyk.io/org/planetlevel/project/f53b118f-f068-49f2-98e2-0b5681787cd7?utm_source=github&utm_medium=upgrade-pr
1 parent 8b8c600 commit 34dd7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
<version.jmh>1.28</version.jmh>
136136
<!-- Note: powermock v2.0.8 doesn't exist. v2.0.9+ requires mockito-core v3+, which requires Java 8 -->
137137
<version.powermock>2.0.7</version.powermock>
138-
<version.spotbugs>4.2.3</version.spotbugs>
138+
<version.spotbugs>4.3.0</version.spotbugs>
139139
<version.spotbugs.maven>4.2.2</version.spotbugs.maven>
140140
<version.surefire>3.0.0-M5</version.surefire>
141141
</properties>

0 commit comments

Comments
 (0)