NIFI-11040 Update box-java-sdk to 3.8.2

This closes #6835.

Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
This commit is contained in:
mr1716 2023-01-11 09:26:32 -05:00 committed by Peter Turcsanyi
parent 692e74e90d
commit fbb74b2c21
No known key found for this signature in database
GPG Key ID: 55A813F1C3E553DC

View File

@ -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>
</project>