File tree Expand file tree Collapse file tree
rest-api-sdk/src/main/java/com/paypal/base/sdk/info Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ v1.11.0
5+ ----
6+ * Removed hard dependency on Log4j [ #253 ] ( https://github.com/paypal/PayPal-Java-SDK/pull/253 ) .
7+
48v1.10.0
59----
610 * Made apiContext threadsafe [ #251 ] ( https://github.com/paypal/PayPal-Java-SDK/pull/251 ) .
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ allprojects {
1313 apply plugin : ' java'
1414
1515 group = ' com.paypal.sdk'
16- version = ' 1.10 .0'
16+ version = ' 1.11 .0'
1717 sourceCompatibility = 1.6
1818 targetCompatibility = 1.6
1919
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public class SDKVersionImpl implements SDKVersion {
1515 /**
1616 * SDK Version used in User-Agent HTTP header
1717 */
18- private static final String SDK_VERSION = "1.10 .0" ;
18+ private static final String SDK_VERSION = "1.11 .0" ;
1919
2020 public String getSDKId () {
2121 return SDK_ID ;
You can’t perform that action at this time.
0 commit comments