Skip to content

Commit 261d9a9

Browse files
committed
v2.50.1
1 parent 4c5b988 commit 261d9a9

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.50.0'
16+
version = '2.50.1'
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
@@ -47,7 +47,7 @@ public class BoxAPIConnection {
4747
private static final String BOX_NOTIFICATIONS_HEADER = "Box-Notifications";
4848

4949
private static final String JAVA_VERSION = System.getProperty("java.version");
50-
private static final String SDK_VERSION = "2.50.0";
50+
private static final String SDK_VERSION = "2.50.1";
5151

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

0 commit comments

Comments
 (0)