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 2024/04/19 11:48:46 UTC

(nifi) branch support/nifi-1.x updated: NIFI-13066 Upgraded Bouncy Castle from 1.77 to 1.78.1

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

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


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
     new a8e34fd3f7 NIFI-13066 Upgraded Bouncy Castle from 1.77 to 1.78.1
a8e34fd3f7 is described below

commit a8e34fd3f74f594bc840bd0c43d0b6ac109c2ffc
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Thu Apr 18 15:24:53 2024 -0500

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

diff --git a/pom.xml b/pom.xml
index d75896272e..c0b36082a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
         <org.apache.commons.text.version>1.11.0</org.apache.commons.text.version>
         <org.apache.httpcomponents.httpclient.version>4.5.14</org.apache.httpcomponents.httpclient.version>
         <org.apache.httpcomponents.httpcore.version>4.4.16</org.apache.httpcomponents.httpcore.version>
-        <org.bouncycastle.version>1.77</org.bouncycastle.version>
+        <org.bouncycastle.version>1.78.1</org.bouncycastle.version>
         <testcontainers.version>1.19.4</testcontainers.version>
         <org.slf4j.version>2.0.12</org.slf4j.version>
         <com.jayway.jsonpath.version>2.9.0</com.jayway.jsonpath.version>