Skip to content

Commit 41a3a46

Browse files
committed
AP-25728: Bump com.box:box-java-sdk component to 4.16.4
* Use "org.bouncycastle.[bcpkix|bcprov|bcutil]" from our target platform. AP-25728 (Update com.box:box-java-sdk to 4.11.1)
1 parent 5af1a1c commit 41a3a46

File tree

5 files changed

+11
-19
lines changed

5 files changed

+11
-19
lines changed

org.knime.ext.box.filehandling/.classpath

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentry kind="src" path="src"/>
4-
<classpathentry exported="true" kind="lib" path="libs/bcpkix-jdk18on-1.78.1.jar" sourcepath="libs/bcpkix-jdk18on-1.78.1-sources.jar"/>
5-
<classpathentry exported="true" kind="lib" path="libs/bcprov-jdk18on-1.78.1.jar" sourcepath="libs/bcprov-jdk18on-1.78.1-sources.jar"/>
6-
<classpathentry exported="true" kind="lib" path="libs/bcutil-jdk18on-1.78.1.jar" sourcepath="libs/bcutil-jdk18on-1.78.1-sources.jar"/>
7-
<classpathentry exported="true" kind="lib" path="libs/box-java-sdk-4.10.0.jar" sourcepath="libs/box-java-sdk-4.10.0-sources.jar"/>
4+
<classpathentry exported="true" kind="lib" path="libs/box-java-sdk-4.16.4.jar" sourcepath="libs/box-java-sdk-4.16.4-sources.jar"/>
85
<classpathentry exported="true" kind="lib" path="libs/jose4j-0.9.6.jar" sourcepath="libs/jose4j-0.9.6-sources.jar"/>
96
<classpathentry exported="true" kind="lib" path="libs/minimal-json-0.9.5.jar" sourcepath="libs/minimal-json-0.9.5-sources.jar"/>
107
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">

org.knime.ext.box.filehandling/META-INF/MANIFEST.MF

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ Require-Bundle: org.knime.workbench.repository;bundle-version="[5.9.0,6.0.0)",
1010
com.squareup.okhttp3.okhttp;bundle-version="[4.0.0,5.0.0)",
1111
org.knime.credentials.base;bundle-version="[5.9.0,6.0.0)",
1212
org.knime.credentials.base.oauth;bundle-version="[5.10.0,6.0.0)",
13-
org.knime.core.ui;bundle-version="[5.10.0,6.0.0)"
13+
org.knime.core.ui;bundle-version="[5.10.0,6.0.0)",
14+
bcpkix;bundle-version="[1.80,2.0.0)",
15+
bcprov;bundle-version="[1.80,2.0.0)",
16+
bcutil;bundle-version="[1.80,2.0.0)"
1417
Bundle-ActivationPolicy: lazy
1518
Bundle-ClassPath: .,
16-
libs/bcpkix-jdk18on-1.78.1.jar,
17-
libs/bcprov-jdk18on-1.78.1.jar,
18-
libs/bcutil-jdk18on-1.78.1.jar,
19-
libs/box-java-sdk-4.10.0.jar,
19+
libs/box-java-sdk-4.16.4.jar,
2020
libs/jose4j-0.9.6.jar,
2121
libs/minimal-json-0.9.5.jar
2222
Bundle-RequiredExecutionEnvironment: JavaSE-17

org.knime.ext.box.filehandling/build.properties

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ bin.includes = plugin.xml,\
55
META-INF/,\
66
.,\
77
LICENSE.TXT,\
8-
libs/bcpkix-jdk18on-1.78.1.jar,\
9-
libs/bcprov-jdk18on-1.78.1.jar,\
10-
libs/bcutil-jdk18on-1.78.1.jar,\
11-
libs/box-java-sdk-4.10.0.jar,\
8+
libs/box-java-sdk-4.16.4.jar,\
129
libs/jose4j-0.9.6.jar,\
1310
libs/minimal-json-0.9.5.jar
1411
src.includes = LICENSE.TXT,\
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
library,library-url,licence,,,, licence-url,copyright
2-
bcpkix-jdk18on-1.78.1.jar,https://www.bouncycastle.org/java.html,MIT License,https://www.bouncycastle.org/licence.html,The Legion of the Bouncy Castle Inc.,,,
3-
bcprov-jdk18on-1.78.1.jar,https://www.bouncycastle.org/java.html,MIT License,https://www.bouncycastle.org/licence.html,The Legion of the Bouncy Castle Inc.,,,
4-
box-java-sdk-4.10.0.jar,https://github.com/box/box-java-sdk,Apache 2.0 License,https://github.com/box/box-java-sdk/blob/main/LICENSE,Box,Inc.,,
2+
box-java-sdk-4.16.4.jar,https://github.com/box/box-java-sdk,Apache 2.0 License,https://github.com/box/box-java-sdk/blob/main/LICENSE,Box,Inc.,,
53
jose4j-0.9.6.jar,https://bitbucket.org/b_c/jose4j/wiki/Home,Apache 2.0 License,https://bitbucket.org/b_c/jose4j/src/master/LICENSE,Brian Campbell,,,
64
minimal-json-0.9.5.jar,https://github.com/ralfstx/minimal-json,MIT License,https://github.com/ralfstx/minimal-json/blob/master/LICENSE,EclipseSource GmbH,,,

org.knime.ext.box.filehandling/libs/fetch_jars/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>com.box</groupId>
3939
<artifactId>box-java-sdk</artifactId>
40-
<version>4.10.0</version>
40+
<version>4.16.4</version>
4141
<exclusions>
4242
<exclusion>
4343
<!-- Exclude old jose4j with CVEs (see AP-25728) -->
@@ -66,7 +66,7 @@
6666
<configuration>
6767
<includeScope>runtime</includeScope>
6868
<outputDirectory>../</outputDirectory>
69-
<excludeGroupIds>org.slf4j, com.squareup, org.jetbrains</excludeGroupIds>
69+
<excludeGroupIds>org.slf4j, com.squareup, org.jetbrains, org.bouncycastle</excludeGroupIds>
7070
</configuration>
7171
<phase>package</phase>
7272
<goals>
@@ -78,7 +78,7 @@
7878
<configuration>
7979
<includeScope>runtime</includeScope>
8080
<outputDirectory>../</outputDirectory>
81-
<excludeGroupIds>org.slf4j, com.squareup, org.jetbrains</excludeGroupIds>
81+
<excludeGroupIds>org.slf4j, com.squareup, org.jetbrains, org.bouncycastle</excludeGroupIds>
8282
<classifier>sources</classifier>
8383
</configuration>
8484
<phase>package</phase>

0 commit comments

Comments
 (0)