Skip to content

Commit

Permalink
升级Jsoup至1.11.1版本;
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxueli committed Nov 6, 2017
1 parent 219e609 commit 001b4ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/XXL-CRAWLER官方文档.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ datePattern | 时间格式化,日期类型数据有效

### 版本 V1.1.0,新特性[规划中]
- 1、页面默认cssQuery调整为html标签;
- 2、升级Jsoup至1.11.1版本;


### TODO LIST
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.10.3</version>
<version>1.11.1</version>
</dependency>

<!-- slf4j -->
Expand Down

0 comments on commit 001b4ba

Please sign in to comment.