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:
Gary Gregory 2024-02-03 13:50:15 -05:00
parent 5dd4c05282
commit 47c100805e
2 changed files with 6 additions and 1 deletions

View File

@ -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>

View File

@ -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" />