File tree Expand file tree Collapse file tree
src/main/java/com/xero/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 <groupId >com.github.xeroapi</groupId >
55 <artifactId >xero-java</artifactId >
66 <packaging >jar</packaging >
7- <version >2.3.7 </version >
7+ <version >2.3.8 </version >
88 <name >Xero-Java SDK</name >
99 <description >This is the official Java SDK for Xero API</description >
1010 <url >https://github.com/XeroAPI/Xero-Java</url >
297297 <swagger-annotations-version >1.5.17</swagger-annotations-version >
298298 <google-api-client-version >1.23.0</google-api-client-version >
299299 <jersey-common-version >2.25.1</jersey-common-version >
300- <jackson-version >2.9.8 </jackson-version >
300+ <jackson-version >2.9.9 </jackson-version >
301301 <jackson-threetenbp-version >2.6.4</jackson-threetenbp-version >
302302 <junit-version >4.12</junit-version >
303303 <org-apache-httpcomponents >4.5.3</org-apache-httpcomponents >
Original file line number Diff line number Diff line change 1515
1616public class JsonConfig implements Config {
1717
18- private String SDK_VERSION = "2.3.7 " ;
18+ private String SDK_VERSION = "2.3.8 " ;
1919 private String APP_TYPE = "Public" ;
2020 private String USER_AGENT = "Xero-Java-SDK" ;
2121 private String ACCEPT = "application/xml" ;
You can’t perform that action at this time.
0 commit comments