You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ma...@apache.org on 2021/06/22 15:14:14 UTC

[nifi] branch main updated: NIFI-8724 Upgraded Bouncy Castle to 1.69

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

mattyb149 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 006e349  NIFI-8724 Upgraded Bouncy Castle to 1.69
006e349 is described below

commit 006e3498b746c8480ac1e6afdb75efd5bc62f5c8
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Mon Jun 21 20:48:55 2021 -0500

    NIFI-8724 Upgraded Bouncy Castle to 1.69
    
    Signed-off-by: Matthew Burgess <ma...@apache.org>
    
    This closes #5177
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 77b45aa..80b29fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,7 +92,7 @@
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <inceptionYear>2014</inceptionYear>
         <okhttp.version>4.9.1</okhttp.version>
-        <org.bouncycastle.version>1.68</org.bouncycastle.version>
+        <org.bouncycastle.version>1.69</org.bouncycastle.version>
         <org.slf4j.version>1.7.30</org.slf4j.version>
         <ranger.version>2.1.0</ranger.version>
         <jetty.version>9.4.42.v20210604</jetty.version>