Skip to content

Commit 04a33b9

Browse files
committed
AP-25728: Bump com.box:box-java-sdk component to 4.11.1
AP-25728 (Update com.box:box-java-sdk to 4.11.1)
1 parent f07d4aa commit 04a33b9

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<classpathentry exported="true" kind="lib" path="libs/bcpkix-jdk18on-1.78.1.jar" sourcepath="libs/bcpkix-jdk18on-1.78.1-sources.jar"/>
55
<classpathentry exported="true" kind="lib" path="libs/bcprov-jdk18on-1.78.1.jar" sourcepath="libs/bcprov-jdk18on-1.78.1-sources.jar"/>
66
<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"/>
7+
<classpathentry exported="true" kind="lib" path="libs/box-java-sdk-4.11.1.jar" sourcepath="libs/box-java-sdk-4.11.1-sources.jar"/>
88
<classpathentry exported="true" kind="lib" path="libs/minimal-json-0.9.5.jar" sourcepath="libs/minimal-json-0.9.5-sources.jar"/>
99
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
1010
<attributes>

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ Bundle-ClassPath: .,
1616
libs/bcpkix-jdk18on-1.78.1.jar,
1717
libs/bcprov-jdk18on-1.78.1.jar,
1818
libs/bcutil-jdk18on-1.78.1.jar,
19-
libs/box-java-sdk-4.10.0.jar,
19+
libs/box-java-sdk-4.11.1.jar,
2020
libs/minimal-json-0.9.5.jar
2121
Bundle-RequiredExecutionEnvironment: JavaSE-17
2222
Automatic-Module-Name: org.knime.ext.box.filehandling
23-

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ bin.includes = plugin.xml,\
88
libs/bcpkix-jdk18on-1.78.1.jar,\
99
libs/bcprov-jdk18on-1.78.1.jar,\
1010
libs/bcutil-jdk18on-1.78.1.jar,\
11-
libs/box-java-sdk-4.10.0.jar,\
11+
libs/box-java-sdk-4.11.1.jar,\
1212
libs/minimal-json-0.9.5.jar
1313
src.includes = LICENSE.TXT,\
1414
plugin.xml,\
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
library,library-url,licence,,,, licence-url,copyright
22
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.,,,
33
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.,,
4+
box-java-sdk-4.11.1.jar,https://github.com/box/box-java-sdk,Apache 2.0 License,https://github.com/box/box-java-sdk/blob/main/LICENSE,Box,Inc.,,
55
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: 1 addition & 1 deletion
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.11.1</version>
4141
</dependency>
4242
</dependencies>
4343

0 commit comments

Comments
 (0)