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 805ba9a867 NIFI-13066 Upgraded Bouncy Castle from 1.77 to 1.78.1
805ba9a867 is described below

commit 805ba9a8673ee669efb99470bd74620a2a0360c4
Author: exceptionfactory <[email protected]>
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 <[email protected]>
    
    This closes #8664.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9f7836ebc1..3caa47680d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,7 +126,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.13</org.slf4j.version>
         <com.jayway.jsonpath.version>2.9.0</com.jayway.jsonpath.version>

Reply via email to