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/12/17 16:32:03 UTC

[nifi] branch main updated: NIFI-9497 Upgraded Bouncy Castle from 1.69 to 1.70

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 be9f254  NIFI-9497 Upgraded Bouncy Castle from 1.69 to 1.70
be9f254 is described below

commit be9f2540562b614650bbf80a576f7e13f845f5c3
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Fri Dec 17 08:19:13 2021 -0600

    NIFI-9497 Upgraded Bouncy Castle from 1.69 to 1.70
    
    Signed-off-by: Pierre Villard <pi...@gmail.com>
    
    This closes #5610.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1e147a0..02c94b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,7 @@
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <inceptionYear>2014</inceptionYear>
         <okhttp.version>4.9.2</okhttp.version>
-        <org.bouncycastle.version>1.69</org.bouncycastle.version>
+        <org.bouncycastle.version>1.70</org.bouncycastle.version>
         <org.slf4j.version>1.7.32</org.slf4j.version>
         <ranger.version>2.1.0</ranger.version>
         <jetty.version>9.4.44.v20210927</jetty.version>