Skip to content

Commit 1c56297

Browse files
author
box-sdk-build
committed
Merge remote-tracking branch 'origin/combined-sdk' into codegen-1379-fa0419f-fa34496
2 parents 9ea353f + ad15c24 commit 1c56297

File tree

8 files changed

+244
-222
lines changed

8 files changed

+244
-222
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ assignees: mwwoda, mhagmajer, antusus, arjankowski, lukaszsocha2, bartlomiejlesz
4242
Java SDK: <!-- Replace with the version of the Java SDK you're using. -->
4343
Java: <!-- Replace with the version of Java your application is running on. -->
4444

45-
[sdk-docs]: ./doc
46-
[api-docs]: https://developer.box.com/docs
47-
[dev-forums]: https://community.box.com/t5/Platform-and-Development-Forum/bd-p/DeveloperForum
45+
[sdk-docs]: ./docs
46+
[api-docs]: https://developer.box.com/guides
47+
[dev-forums]: https://community.box.com/box-platform-5
4848
[github-repo]: https://github.com/box/box-java-sdk/search?type=Issues

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: SDK documentation
4-
url: https://github.com/box/box-java-sdk/tree/main/doc
4+
url: https://github.com/box/box-java-sdk/tree/combined-sdk/docs
55
about: Before creating an issue, I have checked that the SDK documentation doesn't solve my issue.
66
- name: API documentation
7-
url: https://developer.box.com/docs
7+
url: https://developer.box.com/guides
88
about: Before creating an issue, I have checked that the API documentation doesn't solve my issue.
99
- name: Box Developer Forums
10-
url: https://community.box.com/t5/Platform-and-Development-Forum/bd-p/DeveloperForum
10+
url: https://community.box.com/box-platform-5
1111
about: Before creating an issue, I have searched the Box Developer Forums and my issue isn't already reported there.
1212
- name: Issues in this repo
1313
url: https://github.com/box/box-java-sdk/search?type=Issues

.github/ISSUE_TEMPLATE/question.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ assignees: mwwoda, mhagmajer, antusus, arjankowski, lukaszsocha2, bartlomiejlesz
4242
Java SDK: <!-- Replace with the version of the Java SDK you're using. -->
4343
Java: <!-- Replace with the version of Java your application is running on. -->
4444

45-
[sdk-docs]: ./doc
46-
[api-docs]: https://developer.box.com/docs
47-
[dev-forums]: https://community.box.com/t5/Platform-and-Development-Forum/bd-p/DeveloperForum
45+
[sdk-docs]: ./docs
46+
[api-docs]: https://developer.box.com/guides
47+
[dev-forums]: https://community.box.com/box-platform-5
4848
[github-repo]: https://github.com/box/box-java-sdk/search?type=Issues

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [4.16.4](https://github.com/box/box-java-sdk/compare/v4.16.3...v4.16.4) (2025-10-03)
6+
7+
8+
### Bug Fixes:
9+
10+
* Bump Bouncy Castle to fix `CVE-2025-8916` ([#1454](https://github.com/box/box-java-sdk/issues/1454)) ([a3605f4](https://github.com/box/box-java-sdk/commit/a3605f47b4c5ee6b053f0940f9a06cba0a5c2584))
11+
512
### [4.16.3](https://github.com/box/box-java-sdk/compare/v4.16.2...v4.16.3) (2025-07-23)
613

714

README.md

Lines changed: 226 additions & 211 deletions
Large diffs are not rendered by default.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ sourceCompatibility = 1.8
1515

1616
group = "com.box"
1717
archivesBaseName = "box-java-sdk"
18-
version = "4.16.3"
18+
version = "4.16.4"
1919

2020
java {
2121
withJavadocJar()
File renamed without changes.

src/main/java/com/box/sdk/BoxAPIConnection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public class BoxAPIConnection {
9191
private static final String BOX_NOTIFICATIONS_HEADER = "Box-Notifications";
9292

9393
private static final String JAVA_VERSION = System.getProperty("java.version");
94-
private static final String SDK_VERSION = "4.16.3";
94+
private static final String SDK_VERSION = "4.16.4";
9595

9696
/**
9797
* The amount of buffer time, in milliseconds, to use when determining if an access token should

0 commit comments

Comments
 (0)