Skip to content

Commit 227fe69

Browse files
committed
v2.49.0
1 parent f817a32 commit 227fe69

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.48.0'
16+
version = '2.49.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
@@ -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.48.0";
50+
private static final String SDK_VERSION = "2.49.0";
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)