Skip to content

Commit

Permalink
📝 perf: v2.6.2.30
Browse files Browse the repository at this point in the history
- 重大更新
  - Spring Boot Admin 版本升级至 2.5.5

- 其它更新
  - Apache Log4j2 版本升级至 2.17.0,解决第三个安全漏洞 CVE-2021-45105
  - 独立的eurynome-cloud-upms-api包,已经失去单独提取的意义,将其与eurynome-cloud-upms-logic包整合。
  - 新增认证成功后,登录信息日志记录。
  • Loading branch information
herodotus-ecosystem committed Dec 20, 2021
1 parent 2e818bb commit dbe69e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Eurynome Cloud是一款企业级微服务架构和服务能力开发平台。基
Spring Boot | 2.6.1
Spring Cloud | 2021.0.0
Spring Cloud Alibaba | 2021.1
Spring Boot Admin | 2.5.4
Spring Boot Admin | 2.5.5
Nacos | 2.0.3
Sentinel | 1.8.2
Seata | 1.3.0
Expand Down
4 changes: 2 additions & 2 deletions dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<spring-boot-dependencies.version>2.6.1</spring-boot-dependencies.version>
<spring-cloud-dependencies.version>2021.0.0</spring-cloud-dependencies.version>
<spring-cloud-alibaba-dependencies.version>2021.1</spring-cloud-alibaba-dependencies.version>
<spring-boot-admin.version>2.5.4</spring-boot-admin.version>
<spring-boot-admin.version>2.5.5</spring-boot-admin.version>

<!--Maven Plugin 相关组件-->
<docker-maven-plugin.version>0.38.0</docker-maven-plugin.version>
Expand Down Expand Up @@ -109,7 +109,7 @@

<!--以下为包依赖的特殊处理-->
<!--强制升级解决安全漏洞问题-->
<log4j2.version>2.16.0</log4j2.version>
<log4j2.version>2.17.0</log4j2.version>

</properties>

Expand Down

0 comments on commit dbe69e0

Please sign in to comment.