Skip to content

Commit 303282f

Browse files
authored
Merge pull request #208 from BingAds/v13.0.23.1
v13.0.23.1
2 parents cd9495b + 768b028 commit 303282f

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The Bing Ads Java SDK includes and depends on the microsoft.bingads Maven artifa
1616
<dependency>
1717
<groupId>com.microsoft.bingads</groupId>
1818
<artifactId>microsoft.bingads</artifactId>
19-
<version>13.0.23</version>
19+
<version>13.0.23.1</version>
2020
</dependency>
2121
```
2222
If you are not using a Maven project, you must include the correct version of each dependency. You can review the complete list of Bing Ads Java SDK dependencies at the [Maven Repository](http://mvnrepository.com/artifact/com.microsoft.bingads/microsoft.bingads/).

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.microsoft.bingads</groupId>
4-
<version>13.0.23</version>
4+
<version>13.0.23.1</version>
55
<name>Bing Ads Java SDK</name>
66
<description>The Bing Ads Java SDK is a library improving developer experience when working with the Bing Ads services by providing high-level access to features such as Bulk API, OAuth Authorization and SOAP API.</description>
77
<url>https://github.com/BingAds/BingAds-Java-SDK</url>

src/main/java/com/microsoft/bingads/ServiceClient.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ public AuthorizationData getAuthorizationData() {
6565
}
6666

6767
private static boolean getDisableRestApi(Class<?> serviceClass) {
68-
if (serviceClass == IAdInsightService.class) {
69-
return true;
70-
}
7168
return ServiceUtils.getDisableRestApi(serviceClass);
7269
}
7370

src/main/java/com/microsoft/bingads/internal/ServiceFactoryImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
public class ServiceFactoryImpl implements ServiceFactory {
2929

30-
public static final String VERSION = "13.0.23";
30+
public static final String VERSION = "13.0.23.1";
3131

3232
private static final int DEFAULT_WS_CREATE_TIMEOUT_IN_SECOND = 60;
3333

0 commit comments

Comments
 (0)