Skip to content

Commit

Permalink
perf($POM): update Spring Boot version to 2.3.8.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymillergh committed Jan 23, 2021
1 parent 96fd930 commit bc21a41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api-gateway/src/main/resources/banner.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ${AnsiStyle.BOLD}${AnsiColor.BRIGHT_GREEN}
/ ___ |/ ____// / / /_/ / /_/ / /_/ __/ |/ |/ / /_/ / /_/ /
/_/ |_/_/ /___/ \____/\__,_/\__/\___/|__/|__/\__,_/\__, /
/____/
${AnsiStyle.BOLD}Gateway :: Powered by Spring Boot ::${spring-boot.formatted-version}
${AnsiStyle.BOLD}API Gateway :: Powered by Spring Boot ::${spring-boot.formatted-version}
${AnsiColor.CYAN}Author: Johnny Miller (锺俊), email: johnnysviva@outlook.com
${AnsiStyle.NORMAL}${AnsiColor.MAGENTA}http://patorjk.com/software/taag/#p=display&f=Slant&t=API%20Gateway
${AnsiColor.BRIGHT_BLACK}
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
<!-- The modules (sometimes called subprojects) to build as a part of this project. -->
<modules>
<module>common</module>
<module>universal-ui</module>
<module>spring-boot-starter</module>
<module>reactive-spring-boot-starter</module>
<module>service-registry</module>
Expand All @@ -63,13 +64,12 @@
<module>auth-center</module>
<module>exercise-mis</module>
<module>muscle-mis</module>
<module>universal-ui</module>
</modules>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.7.RELEASE</version>
<version>2.3.8.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand Down

0 comments on commit bc21a41

Please sign in to comment.