Skip to content

Commit 9275b1e

Browse files
author
carycheng
committed
v2.18.0
1 parent 04ff097 commit 9275b1e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.17.0'
12+
version = '2.18.0'
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.17.0";
39+
private static final String SDK_VERSION = "2.18.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)