Skip to content

Commit

Permalink
更新至2.7.4,修复log4j的漏洞
Browse files Browse the repository at this point in the history
  • Loading branch information
seveniruby committed Dec 13, 2021
1 parent 8a460e8 commit c524263
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 132 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ pluginList: []
## 编译
```bash
mvn clean package -DskipTests
mvn clean package
```

## 技术交流
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

<groupId>com.ceshiren.appcrawler</groupId>
<artifactId>appcrawler</artifactId>
<version>2.7.3</version>
<version>2.7.4</version>
<name>appcrawler</name>
<description>
-------------------------------------------------
appcrawler v2.7.3 全平台自动遍历测试工具
appcrawler v2.7.4 全平台自动遍历测试工具
Q&amp;A: https://ceshiren.com/c/opensource/appcrawler
author: 思寒 seveniruby@霍格沃兹测试开发学社
-------------------------------------------------
Expand Down Expand Up @@ -168,7 +168,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.14.1</version>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
4 changes: 2 additions & 2 deletions src/main/scala/com/ceshiren/appcrawler/Banner.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ object Banner {
val banner =
"""
|-------------------------------------------------
|appcrawler v2.7.3 全平台自动遍历测试工具
|appcrawler v2.7.4 全平台自动遍历测试工具
|Q&A: https://ceshiren.com/c/opensource/appcrawler
|author: 思寒 seveniruby@霍格沃兹测试开发学社
|author: 思寒_seveniruby 天马 霍格沃兹测试开发学社
|-------------------------------------------------
|""".stripMargin

Expand Down
3 changes: 0 additions & 3 deletions src/main/scala/com/ceshiren/appcrawler/core/Crawler.scala
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,6 @@ class Crawler {
}
}*/

case "uiautomator2server" =>
log.info("use uiautomator2server")
new UIAutomator2ServerDriver(conf.capability)
case className if className.contains(".") =>
log.info(s"use ${className}")
val clazz=Class.forName(className)
Expand Down

This file was deleted.

0 comments on commit c524263

Please sign in to comment.