Skip to content

Commit

Permalink
update info
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxueli committed Apr 17, 2024
1 parent 92577cc commit 258e340
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/XXL-JOB官方文档.md
Original file line number Diff line number Diff line change
Expand Up @@ -2358,7 +2358,7 @@ public void execute() {
- 3、【修复】"CVE-2022-36157" 授权漏洞修复。
- 4、【修复】"CVE-2022-43183" SSRF漏洞修复。

### 7.34 版本 v2.4.1 Release Notes[规划中]
### 7.34 版本 v2.4.1 Release Notes[2024-04-17]
- 1、【优化】多个项目依赖升级至较新稳定版本,涉及netty、groovy、springboot、mybatis等;
- 2、【修复】"CVE-2022-43402" groovy低版本漏洞修复。
- 3、【修复】"CVE-2024-29025" netty低版本漏洞修复。
Expand Down
4 changes: 4 additions & 0 deletions xxl-job-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
<artifactId>xxl-job-admin</artifactId>
<packaging>jar</packaging>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down
4 changes: 4 additions & 0 deletions xxl-job-executor-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@
<module>xxl-job-executor-sample-springboot</module>
</modules>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

</project>

0 comments on commit 258e340

Please sign in to comment.