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

joewitt pushed a commit to branch support/nifi-1.15
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit ba8ad3c17cd335f7654e276a22febd95a8c9e650
Author: exceptionfactory <exceptionfact...@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 <pierre.villard...@gmail.com>
    
    This closes #5610.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f112ef1..21152ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,7 +94,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>

Reply via email to