mirror of https://github.com/apache/nifi.git
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:
parent
defea61075
commit
cacd6bb88a
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue