Skip to content

Commit

Permalink
Release 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
weiqiangliu committed Oct 10, 2022
1 parent 245c6a5 commit fc78153
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SensorsAnalyticsSDK/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<groupId>com.sensorsdata.analytics.javasdk</groupId>
<name>SensorsAnalyticsSDK</name>
<artifactId>SensorsAnalyticsSDK</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<description>The official Java SDK of Sensors Analytics</description>
<url>http://sensorsdata.cn</url>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ private SensorsConst() {
/**
* 当前JDK版本号,注意要和pom文件里面的version保持一致
*/
public static final String SDK_VERSION = "3.5.0";
public static final String SDK_VERSION = "3.5.1";
/**
* 当前语言类型
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import com.fasterxml.jackson.databind.ObjectMapper;
import lombok.extern.slf4j.Slf4j;
import org.apache.http.client.utils.URIBuilder;

import org.apache.http.impl.client.HttpClientBuilder;
import org.apache.http.impl.client.HttpClients;

Expand Down Expand Up @@ -46,7 +47,6 @@ public DebugConsumer(HttpClientBuilder httpClientBuilder, String serverUrl, fina
if (!writeData) {
headers.put("Dry-Run", "true");
}

this.httpConsumer = new HttpConsumer(httpClientBuilder, debugUrl, headers);
this.jsonMapper = SensorsAnalyticsUtil.getJsonObjectMapper();
log.info("Initialize DebugConsumer with params:[writeData:{}].", writeData);
Expand Down

0 comments on commit fc78153

Please sign in to comment.