Skip to content

Commit 84aec5f

Browse files
author
carycheng
committed
v2.29.0
1 parent 9836fd3 commit 84aec5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sourceCompatibility = 1.7
1313

1414
group = 'com.box'
1515
archivesBaseName = 'box-java-sdk'
16-
version = '2.28.1'
16+
version = '2.29.0'
1717

1818
repositories {
1919
mavenCentral()

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

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

3838
private static final String JAVA_VERSION = System.getProperty("java.version");
39-
private static final String SDK_VERSION = "2.28.1";
39+
private static final String SDK_VERSION = "2.29.0";
4040

4141
/**
4242
* The amount of buffer time, in milliseconds, to use when determining if an access token should be refreshed. For

0 commit comments

Comments
 (0)