Skip to content

Commit

Permalink
Merge pull request #900 from jqno/dependabot/maven/version.spotbugs-4…
Browse files Browse the repository at this point in the history
….8.3

Bump version.spotbugs from 4.8.2 to 4.8.3
  • Loading branch information
jqno committed Dec 22, 2023
2 parents 780da2c + d008595 commit c374f12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Expand Up @@ -2,6 +2,7 @@

import static nl.jqno.equalsverifier.internal.util.Rethrow.rethrow;

import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
import java.lang.reflect.Field;
import java.lang.reflect.Method;
import java.lang.reflect.Modifier;
Expand Down Expand Up @@ -45,6 +46,7 @@ private CachedHashCodeInitializer(
this.example = example;
}

@SuppressFBWarnings(value = "CT_CONSTRUCTOR_THROW", justification = "Will evaluate this later")
public CachedHashCodeInitializer(
Class<?> type,
String cachedHashCodeField,
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -106,7 +106,7 @@
<version.pitest.junit5>1.2.1</version.pitest.junit5>
<version.pitest.maven>1.15.3</version.pitest.maven>
<version.spotbugs.maven>4.8.2.0</version.spotbugs.maven>
<version.spotbugs>4.8.2</version.spotbugs>
<version.spotbugs>4.8.3</version.spotbugs>
<version.prettier.maven>0.21</version.prettier.maven>
<version.prettier-java.maven>2.4.0</version.prettier-java.maven>
</properties>
Expand Down

0 comments on commit c374f12

Please sign in to comment.