Skip to content

Commit a9f56b9

Browse files
author
Cary Cheng
committed
v2.16.1
1 parent 5411b34 commit a9f56b9

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
@@ -9,7 +9,7 @@ sourceCompatibility = 1.7
99

1010
group = 'com.box'
1111
archivesBaseName = 'box-java-sdk'
12-
version = '2.16.0'
12+
version = '2.16.1'
1313

1414
repositories {
1515
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.16.0";
39+
private static final String SDK_VERSION = "2.16.1";
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)