Bump commons-parent from 65 to 66
- Add Maven property project.build.outputTimestamp for build reproducibility - Suppress SpotBugs CT_CONSTRUCTOR_THROW for now
This commit is contained in:
parent
5dd4c05282
commit
47c100805e
2
pom.xml
2
pom.xml
|
@ -22,7 +22,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-parent</artifactId>
|
||||
<version>65</version>
|
||||
<version>66</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
|
|
|
@ -36,6 +36,11 @@
|
|||
</Or>
|
||||
</Match>
|
||||
|
||||
<Match>
|
||||
<!-- TODO ? -->
|
||||
<Bug pattern="CT_CONSTRUCTOR_THROW" />
|
||||
</Match>
|
||||
|
||||
<!-- TODO Can any of these be done without breaking binary compatibility? -->
|
||||
<Match>
|
||||
<Class name="org.apache.commons.lang3.reflect.FieldUtils" />
|
||||
|
|
Loading…
Reference in New Issue