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
The following commit(s) were added to refs/heads/main by this push:
new 8c68e5d8cc NIFI-12046 Upgraded box-java-sdk from 4.2.0 to 4.4.0
8c68e5d8cc is described below
commit 8c68e5d8ccab2cfa65593352ef58ad76d26ead89
Author: mr1716 <[email protected]>
AuthorDate: Tue Sep 12 12:30:01 2023 -0400
NIFI-12046 Upgraded box-java-sdk from 4.2.0 to 4.4.0
This closes #7683
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 f786310b7d..e9b735f401 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.2.0</version>
+ <version>4.4.0</version>
<exclusions>
<exclusion>
<groupId>org.bouncycastle</groupId>