Skip to content

Commit 075671b

Browse files
chore: release version 5.14.2 (#1932)
1 parent 6a88eaf commit 075671b

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "7601181", "specHash": "54953fe", "version": "5.14.1" }
1+
{ "engineHash": "7601181", "specHash": "54953fe", "version": "5.14.2" }

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+
### [5.14.2](https://github.com/box/box-java-sdk/compare/v5.14.1...v5.14.2) (2026-07-15)
6+
7+
8+
### Bug Fixes:
9+
10+
* **boxsdkgen:** Fix broken link in Readme ([#1931](https://github.com/box/box-java-sdk/issues/1931)) ([6a88eaf](https://github.com/box/box-java-sdk/commit/6a88eaf6dce2b6e8ca343f42557a927c5744b75d))
11+
512
### [5.14.1](https://github.com/box/box-java-sdk/compare/v5.14.0...v5.14.1) (2026-07-10)
613

714

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 = "5.14.1"
18+
version = "5.14.2"
1919

2020
java {
2121
withJavadocJar()

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 = "5.14.1";
94+
private static final String SDK_VERSION = "5.14.2";
9595

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

src/main/java/com/box/sdkgen/networking/version/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
public class Version {
44

55
public static String getVersion() {
6-
return "5.14.1";
6+
return "5.14.2";
77
}
88
}

0 commit comments

Comments
 (0)