Skip to content

Commit

Permalink
upgrade spring boot version to fix the search user failed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodyiam committed May 21, 2022
1 parent 9a11168 commit 698cfba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ Release Notes.
Apollo 2.0.1

------------------

* [Upgrade spring boot to fix search user issue](https://github.com/apolloconfig/apollo/issues/4366)
------------------
All issues and pull requests are [here](https://github.com/apolloconfig/apollo/milestone/12?closed=1)
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
<revision>2.0.1-SNAPSHOT</revision>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring-boot.version>2.6.6</spring-boot.version>
<spring-cloud.version>2021.0.1</spring-cloud.version>
<spring-boot.version>2.6.8</spring-boot.version>
<spring-cloud.version>2021.0.2</spring-cloud.version>
<jaxb.version>2.3.1</jaxb.version>
<javax.activation.version>1.1.1</javax.activation.version>
<javax.mail.version>1.6.2</javax.mail.version>
Expand Down

0 comments on commit 698cfba

Please sign in to comment.