You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by pv...@apache.org on 2021/10/03 08:54:40 UTC

[nifi] branch main updated: NIFI-9270 Upgraded JGit from 5.11.1 to 5.13.0

This is an automated email from the ASF dual-hosted git repository.

pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new cacd6bb  NIFI-9270 Upgraded JGit from 5.11.1 to 5.13.0
cacd6bb is described below

commit cacd6bb88adea2889ddbeadb83299114e45cefae
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Sat Oct 2 12:33:38 2021 -0500

    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 <pi...@gmail.com>
    
    This closes #5431.
---
 nifi-dependency-check-maven/suppressions.xml | 2 +-
 nifi-registry/pom.xml                        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/nifi-dependency-check-maven/suppressions.xml b/nifi-dependency-check-maven/suppressions.xml
index df9a719..d81aa7f 100644
--- a/nifi-dependency-check-maven/suppressions.xml
+++ b/nifi-dependency-check-maven/suppressions.xml
@@ -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>
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index b8ae277..a48a7cb 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -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>