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

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

commit 707bf75bd847e4c9d136ec0cf0dfc68446d1fad6
Author: mr1716 <[email protected]>
AuthorDate: Tue Aug 1 08:05:19 2023 -0400

    NIFI-11892 Upgraded Bouncy Castle from 1.75 to 1.76
    
    This closes #7555
    
    Signed-off-by: David Handermann <[email protected]>
    (cherry picked from commit 3213cdbddba6ba2864972aedf1ff563bf671e8b4)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 86d1629367..b6bac081c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,7 +118,7 @@
         
<org.apache.commons.text.version>1.10.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.75</org.bouncycastle.version>
+        <org.bouncycastle.version>1.76</org.bouncycastle.version>
         <testcontainers.version>1.18.3</testcontainers.version>
         <org.slf4j.version>2.0.7</org.slf4j.version>
         <ranger.version>2.4.0</ranger.version>

Reply via email to