Skip to content

Commit

Permalink
update spring boot to 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vananiev committed Apr 4, 2021
1 parent a77d36a commit 9f0d564
Show file tree
Hide file tree
Showing 3 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
@@ -1,5 +1,5 @@
![java-version](https://img.shields.io/badge/Java-15-brightgreen?style=flat-square)
![spring-boot-version](https://img.shields.io/badge/SpringBoot-2.4.3-brightgreen?style=flat-square)
![spring-boot-version](https://img.shields.io/badge/SpringBoot-2.4.4-brightgreen?style=flat-square)

<img src="https://user-images.githubusercontent.com/11336712/85948992-b1d6de00-b95c-11ea-8edc-4d5e7dfc8210.png" width="100%"/>

Expand Down
2 changes: 1 addition & 1 deletion docs/developer-guide.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
![java-version](https://img.shields.io/badge/Java-15-brightgreen?style=flat-square)
![spring-boot-version](https://img.shields.io/badge/SpringBoot-2.4.3-brightgreen?style=flat-square)
![spring-boot-version](https://img.shields.io/badge/SpringBoot-2.4.4-brightgreen?style=flat-square)

### Инструкция для начинающих
Если вы начинающий разработчик воспользуйтесь этой [инструкцией](https://github.com/spacious-team/investbook/files/5398264/github.docx).
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.3</version>
<version>2.4.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>ru.investbook</groupId>
Expand Down

0 comments on commit 9f0d564

Please sign in to comment.