NIFI-9270 Upgraded JGit from 5.11.1 to 5.13.0

- Adjusted OWASP dependency-check suppressions to match Registry and MiNiFi packages

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #5431.
This commit is contained in:
exceptionfactory 2021-10-02 12:33:38 -05:00 committed by Pierre Villard
parent defea61075
commit cacd6bb88a
No known key found for this signature in database
GPG Key ID: F92A93B30C07C6D5
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress>
<notes>NiFi packages contain other project names, which can cause incorrect identification</notes>
<packageUrl regex="true">^pkg:maven/org\.apache\.nifi/.*$</packageUrl>
<packageUrl regex="true">^pkg:maven/org\.apache\.nifi.*$</packageUrl>
<cpe regex="true">^cpe:.*$</cpe>
</suppress>
<suppress>

View File

@ -47,7 +47,7 @@
<h2.version>1.4.199</h2.version>
<groovy.eclipse.compiler.version>3.4.0-01</groovy.eclipse.compiler.version>
<jaxb.version>2.3.2</jaxb.version>
<jgit.version>5.11.1.202105131744-r</jgit.version>
<jgit.version>5.13.0.202109080827-r</jgit.version>
</properties>
<pluginRepositories>