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

mthomsen 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 9f3284393a NIFI-11510 - Upgrade Box SDK to 4.1.0
9f3284393a is described below

commit 9f3284393a9ef445830007e3c7cd3097044468e2
Author: Pierre Villard <pierre.villard...@gmail.com>
AuthorDate: Mon May 1 18:47:19 2023 +0300

    NIFI-11510 - Upgrade Box SDK to 4.1.0
    
    This closes #7219
    
    Signed-off-by: Mike Thomsen <mthom...@apache.org>
---
 nifi-nar-bundles/nifi-box-bundle/nifi-box-services-api/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 57342a105e..3ca2b7aeec 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,7 +29,7 @@
         <dependency>
             <groupId>com.box</groupId>
             <artifactId>box-java-sdk</artifactId>
-            <version>4.0.1</version>
+            <version>4.1.0</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.bouncycastle</groupId>

Reply via email to