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 bdbcf30e5d NIFI-12949 Upgraded Box SDK from 4.6.1 to 4.8.0
bdbcf30e5d is described below

commit bdbcf30e5dedd8ff89acf726847ecc4b972f596e
Author: exceptionfactory <[email protected]>
AuthorDate: Mon Mar 25 13:36:40 2024 -0500

    NIFI-12949 Upgraded Box SDK from 4.6.1 to 4.8.0
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #8567.
---
 .../nifi-box-bundle/nifi-box-services-api/pom.xml    | 20 +-------------------
 1 file changed, 1 insertion(+), 19 deletions(-)

diff --git a/nifi-nar-bundles/nifi-box-bundle/nifi-box-services-api/pom.xml 
b/nifi-nar-bundles/nifi-box-bundle/nifi-box-services-api/pom.xml
index 21adffbf82..e3b182a5ea 100644
--- a/nifi-nar-bundles/nifi-box-bundle/nifi-box-services-api/pom.xml
+++ b/nifi-nar-bundles/nifi-box-bundle/nifi-box-services-api/pom.xml
@@ -29,25 +29,7 @@
         <dependency>
             <groupId>com.box</groupId>
             <artifactId>box-java-sdk</artifactId>
-            <version>4.4.0</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.bouncycastle</groupId>
-                    <artifactId>bcprov-jdk15on</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.bouncycastle</groupId>
-                    <artifactId>bcpkix-jdk15on</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>org.bouncycastle</groupId>
-            <artifactId>bcprov-jdk18on</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.bouncycastle</groupId>
-            <artifactId>bcpkix-jdk18on</artifactId>
+            <version>4.8.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>

Reply via email to