This is an automated email from the ASF dual-hosted git repository.
pvillard 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 ebac490715 NIFI-12949 Upgraded Box SDK from 4.6.1 to 4.8.0
ebac490715 is described below
commit ebac490715415763f5a4f704d37e631cd2f6a5b8
Author: exceptionfactory <[email protected]>
AuthorDate: Mon Mar 25 13:36:40 2024 -0500
NIFI-12949 Upgraded Box SDK from 4.6.1 to 4.8.0
Signed-off-by: Pierre Villard <[email protected]>
This closes #8567.
---
.../nifi-box-bundle/nifi-box-services-api/pom.xml | 20 +-------------------
1 file changed, 1 insertion(+), 19 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 5bb3c6490e..d6c01f645a 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,25 +29,7 @@
<dependency>
<groupId>com.box</groupId>
<artifactId>box-java-sdk</artifactId>
- <version>4.6.1</version>
- <exclusions>
- <exclusion>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk15on</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcpkix-jdk15on</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk18on</artifactId>
- </dependency>
- <dependency>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcpkix-jdk18on</artifactId>
+ <version>4.8.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>