Skip to content

Commit

Permalink
Merge pull request #208 from BingAds/v13.0.23.1
Browse files Browse the repository at this point in the history
v13.0.23.1
  • Loading branch information
xinyuwen2 authored Dec 13, 2024
2 parents cd9495b + 768b028 commit 303282f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The Bing Ads Java SDK includes and depends on the microsoft.bingads Maven artifa
<dependency>
<groupId>com.microsoft.bingads</groupId>
<artifactId>microsoft.bingads</artifactId>
<version>13.0.23</version>
<version>13.0.23.1</version>
</dependency>
```
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/).
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.bingads</groupId>
<version>13.0.23</version>
<version>13.0.23.1</version>
<name>Bing Ads Java SDK</name>
<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>
<url>https://github.com/BingAds/BingAds-Java-SDK</url>
Expand Down
3 changes: 0 additions & 3 deletions src/main/java/com/microsoft/bingads/ServiceClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ public AuthorizationData getAuthorizationData() {
}

private static boolean getDisableRestApi(Class<?> serviceClass) {
if (serviceClass == IAdInsightService.class) {
return true;
}
return ServiceUtils.getDisableRestApi(serviceClass);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

public class ServiceFactoryImpl implements ServiceFactory {

public static final String VERSION = "13.0.23";
public static final String VERSION = "13.0.23.1";

private static final int DEFAULT_WS_CREATE_TIMEOUT_IN_SECOND = 60;

Expand Down

0 comments on commit 303282f

Please sign in to comment.