This is an automated email from the ASF dual-hosted git repository.
turcsanyi 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 fbb74b2c21 NIFI-11040 Update box-java-sdk to 3.8.2
fbb74b2c21 is described below
commit fbb74b2c21a5ac2ede217e5f8c3684c9cf640d45
Author: mr1716 <[email protected]>
AuthorDate: Wed Jan 11 09:26:32 2023 -0500
NIFI-11040 Update box-java-sdk to 3.8.2
This closes #6835.
Signed-off-by: Peter Turcsanyi <[email protected]>
---
nifi-nar-bundles/nifi-box-bundle/nifi-box-services-api/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 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 8e68ed6b74..17547e046c 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>3.6.0</version>
+ <version>3.8.2</version>
<exclusions>
<exclusion>
<groupId>org.bouncycastle</groupId>
@@ -54,4 +54,4 @@
<artifactId>nifi-api</artifactId>
</dependency>
</dependencies>
-</project>
\ No newline at end of file
+</project>