Skip to content

Commit aee6f52

Browse files
authored
fix: upgrade com.github.spotbugs:spotbugs-annotations from 4.1.4 to 4.2.0 (#584)
Snyk has created this PR to upgrade com.github.spotbugs:spotbugs-annotations from 4.1.4 to 4.2.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 56c1e2c commit aee6f52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
135135
<version.jmh>1.23</version.jmh>
136136
<version.powermock>2.0.7</version.powermock>
137-
<version.spotbugs>4.1.4</version.spotbugs>
137+
<version.spotbugs>4.2.0</version.spotbugs>
138138

139139
<!-- Upgrading to 3.0.0-M3+ causes this test case error:
140140
org.owasp.esapi.reference.DefaultValidatorInputStringAPITest.getValidInputNullAllowedPassthrough Time elapsed: 2.057 s <<< ERROR!
@@ -529,7 +529,7 @@
529529
<goals><goal>enforce</goal></goals>
530530
<configuration>
531531
<rules>
532-
<dependencyConvergence />
532+
<dependencyConvergence/>
533533
<requireJavaVersion>
534534
<version>1.7</version>
535535
<message>
@@ -540,7 +540,7 @@
540540
<enforceBytecodeVersion>
541541
<maxJdkVersion>1.7</maxJdkVersion>
542542
<ignoreOptionals>true</ignoreOptionals>
543-
<ignoredScopes></ignoredScopes> <!-- 'test' scopes not ignored so we can actually test on Java 7. -->
543+
<ignoredScopes/> <!-- 'test' scopes not ignored so we can actually test on Java 7. -->
544544
<message>Dependencies shouldn't require Java 8+</message>
545545
</enforceBytecodeVersion>
546546
</rules>

0 commit comments

Comments
 (0)