Skip to content

Commit bf275f6

Browse files
ZhangJian Henobodyiam
authored andcommitted
fix review questions
1 parent d9726af commit bf275f6

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Apollo 2.2.0
66

77
------------------
88
* [Fix the problem of inconsistent length of appId column](https://github.com/apolloconfig/apollo/pull/4725)
9+
* [Bump springcloud springboot version to solve cve problems](https://github.com/apolloconfig/apollo/pull/4712)
910

1011
------------------
1112
All issues and pull requests are [here](https://github.com/apolloconfig/apollo/milestone/13?closed=1)

pom.xml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,8 @@
6464
<java.version>1.8</java.version>
6565
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6666
<apollo-java.version>2.1.0</apollo-java.version>
67-
<spring-boot.version>2.6.8</spring-boot.version>
68-
<spring-cloud.version>2021.0.2</spring-cloud.version>
69-
<spring-security.version>5.7.3</spring-security.version>
67+
<spring-boot.version>2.7.8</spring-boot.version>
68+
<spring-cloud.version>2021.0.5</spring-cloud.version>
7069
<jaxb.version>2.3.1</jaxb.version>
7170
<javax.activation.version>1.1.1</javax.activation.version>
7271
<javax.mail.version>1.6.2</javax.mail.version>
@@ -201,14 +200,6 @@
201200
<version>1.2.0</version>
202201
<scope>test</scope>
203202
</dependency>
204-
<!-- Spring-security BOMs -->
205-
<dependency>
206-
<groupId>org.springframework.security</groupId>
207-
<artifactId>spring-security-bom</artifactId>
208-
<version>${spring-security.version}</version>
209-
<type>pom</type>
210-
<scope>import</scope>
211-
</dependency>
212203
<!-- declare Spring BOMs in order -->
213204
<dependency>
214205
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)