This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git
commit ca2ee34bc25fc826db2f8f1d26c16244ecf2e87a Author: mr1716 <[email protected]> AuthorDate: Fri Jul 21 12:37:32 2023 -0400 NIFI-11843 Upgraded Box SDK from 4.1.0 to 4.2.0 This closes #7512 Signed-off-by: David Handermann <[email protected]> --- 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 3ca2b7aeec..f786310b7d 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.1.0</version> + <version>4.2.0</version> <exclusions> <exclusion> <groupId>org.bouncycastle</groupId>
