File tree Expand file tree Collapse file tree
src/main/java/com/sensorsdata/analytics/javasdk Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 <groupId >com.sensorsdata.analytics.javasdk</groupId >
1616 <name >SensorsAnalyticsSDK</name >
1717 <artifactId >SensorsAnalyticsSDK</artifactId >
18- <version >3.6.3 </version >
18+ <version >3.6.4 </version >
1919 <description >The official Java SDK of Sensors Analytics</description >
2020 <url >http://sensorsdata.cn</url >
2121
3737 <project .reporting.outputEncoding>utf-8</project .reporting.outputEncoding>
3838 <jdk .version>1.7</jdk .version>
3939 <httpclient .version>4.5.13</httpclient .version>
40- <jackson-databind .version>2.9.10.8 </jackson-databind .version>
40+ <jackson-databind .version>2.12.7.1 </jackson-databind .version>
4141 <lombok .version>1.18.20</lombok .version>
4242 <junit .version>4.11</junit .version>
4343 <slf4j .version>1.7.25</slf4j .version>
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ private SensorsConst() {
1515 /**
1616 * 当前JDK版本号,注意要和pom文件里面的version保持一致
1717 */
18- public static final String SDK_VERSION = "3.6.3 " ;
18+ public static final String SDK_VERSION = "3.6.4 " ;
1919 /**
2020 * 当前语言类型
2121 */
You can’t perform that action at this time.
0 commit comments